Closed
Bug 146703
Opened 23 years ago
Closed 23 years ago
linewrapping for long strings without any spaces
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
People
(Reporter: steiner, Assigned: attinasi)
References
()
Details
Long strings without any spaces do not get wrapped at all in Mozilla (and
Netscape for that matter). Furthermore in this case the font size = 0 tag is
actually ignored. The same page looks okay in IE5.5 and above.
Comment 1•23 years ago
|
||
Would really be a nice thing.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: mozilla1.2
OS: Windows XP → All
Hardware: PC → All
Comment 2•23 years ago
|
||
Suggesting WONTFIX
Reason: A word (might be URL, code, whatever) is word and MUST NOT be destroyed.
It would possibly change the meaning and make copy&paste impossible (get wrong
content).
pi
| Reporter | ||
Comment 3•23 years ago
|
||
I beg to differ.. would you mind going back to the link I gave again? it is
code alright.. but even mozilla wraps it as some point.. so no matter what
browser you use you won't get such a long string on one line.. so better break
it up at the screen border than create horizontal scrollbars. plus.. mozilla
forgets about the font size tag in this example, too.
horizontal scrollbars are very unnatural.. they force you to scroll around for
every one, a "feature" which is definitely not desireable. Pretty much ever
program I know of unless it's a really basic text editor wraps text, at least
in display mode. While that results in copy&paste inconveniences, how many
times do you copy&paste and how many times do you just read over a text? ;)
Comment 4•23 years ago
|
||
Duplicate of "RFE: white-space: -moz-pre-force-wrap that always breaks long
lines"
*** This bug has been marked as a duplicate of 99457 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•