Closed
Bug 253543
Opened 20 years ago
Closed 20 years ago
No hyphenation at all
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 218580
People
(Reporter: jacobfri, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
The browser doesn't hyphenate.
Example:
blablablabla/blablablablablablablabla
will make tables and divs stretch, when these are more narrow than the width of
a (non-hyphenated) piece of text.
Makes layout almost impossible.
Reproducible: Always
Steps to Reproduce:
1. create a html-table or div with a width
2. enter a very long word, or for instance a long url
3. watch the table or div stretch
Expected Results:
Hypenate
Comment 1•20 years ago
|
||
I'm not sure, but isn't this exactly the way HTML is supposed to work?
Nope, html is not supposed to work like that.
Example:
A page has a left column containing a menu. Lets say the column has a width of
140px, set by css:width and perhaps even css:max-width (or just plain old
[deprecated] html attributes).
If suddenly a very long word, like the name of a welsh village ;o), appears in
the menu, the column will - displayed in Mozilla - stretch beyond the desired
width, because Mozilla can't figure out to hyphenate the 'mother.
Whereas displayed in the (in so many other ways very faulty) IE, the word wil be
hyphenated, thus leaving the width of the column unharmed.
The problem may seem exotic and irrelevant if you don't work professionally
with visual design, but if you do, it's a major partykiller.
Comment 3•20 years ago
|
||
This is already filed. Please find the original and mark this duplicate.
Whiteboard: DUPEME
Maybe there's a dupe, but I didn't find it.
Sorry if I ruined somebody's day.
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 218580 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•