Closed
Bug 289462
Opened 20 years ago
Closed 20 years ago
max-width: length directive doesn't wrap correctly
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: phantom, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
try this page on IE and FF and see how it doesn't wrap correctly.
Reproducible: Always
Steps to Reproduce:
1.go to example page in ff
2.go to example page in ie
Actual Results:
you see what's wrong
Expected Results:
should render like in IE
Comment 1•20 years ago
|
||
I don't see any use of 'max-width' in the screen stylesheet or the page.
Bugs should be filed with clearer steps to reproduce. I don't have access to
IE/Windows. It's likely that this is invalid anyway.
Assignee: general → nobody
Component: Layout: View Rendering → Layout
QA Contact: ian → layout
Comment 2•20 years ago
|
||
The minimum width for the table is limited by the cell with the following text:
$t->page('PasteBin','PasteBin','pastebin/','PasteBin',array(array('Scripts','scripts/',''),array('WebChat','http://chat.nix.co.il/',''),array('Support','support/','')));
The only line breaking opportunity is the '-' at the beginning of the text
as far as can tell, which means Mozilla's layout is correct, or nearly at
least. Line breaking at '-' is bug 95067.
Comment 3•20 years ago
|
||
It's line 3 BTW.
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 95067 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•