Closed
Bug 418164
Opened 18 years ago
Closed 10 years ago
Firefox 3 Regression: white-space:pre div forces browser window width
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: codedread, Unassigned)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
780 bytes,
text/html
|
Details |
Attached is a minimal test case that shows the difference in rendering between Firefox 2 and Firefox 3.
In Fx2, the client area width adjusted with the browser window width in a very reasonable way such that a horizontal scrollbar is not really required until a very narrow window width was achieved. This behavior is also similar to Opera 9.5.
However, in Fx3, the client area width appears to have a much larger minimum width (as long as the longest text string in the PRE div).
| Reporter | ||
Comment 1•18 years ago
|
||
To further help debug - the wrapping div (page in the test case) must have position:absolute). Without it, the page displays just fine, adjusting the width of the client area to a much smaller minimum width.
Comment 2•18 years ago
|
||
Can you attach a test case ? (or did bugzilla swallow it ?)
| Reporter | ||
Comment 3•18 years ago
|
||
Yes - looks like Bugzilla _DID_ swallow it. :)
At least I tried to attach a file during the bug creation process.
Updated•18 years ago
|
Keywords: regression,
testcase
Comment 4•10 years ago
|
||
Not reproducible in windows-XP with latest Nightly and release.
Considering this, I will mark this issue as Resolved-WORKSFORME. If anyone can still reproduce it, feel free to reopen the issue and provide more information. Thanks
--
Version 48.0a1
Build ID 20160407030221
Update Channel nightly
User Agent Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•