TiddlyWiki.org

Ticket #570 (new defect)

Opened 5 months ago

Last modified 4 months ago

ListView would be more usable if it wrapped long urls

Reported by: XavierVerges Assigned to: JeremyRuston
Priority: minor Milestone: 2.5
Component: core Version:
Severity: low Keywords:
Cc:

Description

Very long urls in the list view gadget make it difficult to use.

After a frustrating attempt to have scroll bars in cells containing very long links, I learned that browsers can be hinted about inserting line breaks in texts that do not have blanks, by means of "zero width spaces" or the non-standard <wbr> tag. Line breaks are probably more usable (and definitely more printer friendly)

See http://www.quirksmode.org/oddsandends/wbr.html for annoying browser uncompatibilities

Maybe the same thing could be applied to displayMessage(), or even for regular external links.

Attachments

ticket570.patch (0.6 kB) - added by XavierVerges on 05/04/08 13:23:04.

Change History

05/04/08 13:23:04 changed by XavierVerges

  • attachment ticket570.patch added.

14/04/08 10:21:02 changed by MartinBudden

  • priority changed from undefined to minor.
  • severity changed from undefined to low.
  • milestone set to 2.5.