Closed
Bug 590417
Opened 9 years ago
Closed 9 years ago
Resizing window width cause layout problem (CSS float).
Categories
(Core :: Layout, defect)
Core
Layout
Not set
Tracking
()
RESOLVED
FIXED
mozilla2.0
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: alice0775, Assigned: dbaron)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100824 Minefield/4.0b5pre ID:20100824040950 Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100824 Minefield/4.0b5pre ID:20100824040950 Resizing window width cause layout problem. Three columns layout is broken. Reproducible: Always Steps to Reproduce: 1. Start Minefield with new profile 2. Open URL ( http://www.mozilla.org/index.html or testcase ) 3. Resize window width very slowly 4. Watch layout of "WE'RE ..." Actual Results: Third column of "WE'RE ..." is wrong position. It should be in three column Expected Results: It should be layouted in three column Regression window: Works: http://hg.mozilla.org/mozilla-central/rev/31bd5d612e6f Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b4pre) Gecko/20100811 Minefield/4.0b4pre ID:20100811120652 Fails: http://hg.mozilla.org/mozilla-central/rev/fd26456949ad Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b4pre) Gecko/20100811 Minefield/4.0b4pre ID:20100811133834 Pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=31bd5d612e6f&tochange=fd26456949ad
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Summary: Resizing window width cause layout problem. → Resizing window width cause layout problem (CSS float).
Target Milestone: --- → mozilla2.0
![]() |
||
Updated•9 years ago
|
blocking2.0: --- → ?
Reporter | ||
Comment 2•9 years ago
|
||
Sorry, I correct bug #. Revert to 4643426a1523 : fails Revert to 4c518456865a : works So, this regressed by Bug 585715
![]() |
||
Comment 3•9 years ago
|
||
David, do your followup calc patches fix this?
Assignee | ||
Comment 4•9 years ago
|
||
I think the round of patches I just landed should fix this; see bug 585715 comment 21.
Assignee | ||
Comment 5•9 years ago
|
||
This was fixed by the nsRuleNode.cpp change in http://hg.mozilla.org/mozilla-central/rev/6c9f878d44ab
Assignee: nobody → dbaron
Status: NEW → RESOLVED
Closed: 9 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Comment 6•9 years ago
|
||
I have a test ready to push the next time I push: http://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/72026ae79c1d/test-width-rounding
Assignee | ||
Comment 7•9 years ago
|
||
Test landed: http://hg.mozilla.org/mozilla-central/rev/79e0084b914a
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•