Closed
Bug 22684
Opened 25 years ago
Closed 18 years ago
Content in text box changes as the browser window is resized
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nisheeth_mozilla, Assigned: roc)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
1) Goto http://www.mozilla.org/newlayout/xml/books/books.xml
2) Click the "Toggle Style" button
3) Resize the window.
As you resize, content in the upper left table cell's text box gets swapped with
the content of the bottom right table cell's text box and then reverts to its
original content. This keeps happening as you continue to resize the window.
When you stop resizing you end up with the original content.
This bug is part of the effort to break out the different problems reported in
bug 19612 into different bugs.
Comment 1•25 years ago
|
||
A detail: the bottom-right cell that matters is the bottom-rightmost
that is visible at the time, not the very bottom-rightmost. This can change
while resizing.
Also, the scrollbars on the upper-left textbox go wild while resizing,
but not the scrollbars on the bottom-right textbox.
The XML demo has been busted for quite a while, and it's not clear when/why it
no longer works well
Nisheeth, you're Mr. XML so re-assigning to you. If you can narrow it down or
come up with simpler test cases I will take another look
Reporter | ||
Comment 4•25 years ago
|
||
Reporter | ||
Comment 5•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Assignee: nisheeth → troy
Reporter | ||
Comment 6•25 years ago
|
||
- Save the attached books.xml and common.css to the same directory on your local
disk.
- Load books.xml.
- Resize the window.
The content of the first book gets swapped with the content of the second book
and then reverts to the original content. This behavior repeats as you resize.
Troy, now that this bug has a simplified test case, assigning this back to you.
Thanks for your help with this!
Problem is in block code and how it doesn't properly position floaters before
reflowing them, and so it places them in the wrong spit and then ends up moving
them
Comment 10•25 years ago
|
||
This is fixed. Eric Vaughan made a change to the compositor so it defers moving
widgets until we're all done positioning views
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 12•25 years ago
|
||
Seeing this again using 2000-07-31-08-M18 (and -07-30-21-M18) on WinNT.
The Bill Gates <TEXTAREA> stutters with the contents of the
84 Charing Cross Road <TEXTAREA> when the window is resized, and also
as the layout finishes up after pressing the [Toggle Style].
Bug 29195, "Text jumping around", looks related. It was previously marked a
DUP of bug 22685, but looks much more similar to this bug.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 13•25 years ago
|
||
Troy no longer with us, reassigning to Buster. This won't get fixed for RTM
unless someone nominates it and says why it is more important than us leaking
more than the Military...
Assignee: troy → buster
Status: REOPENED → NEW
Comment 14•25 years ago
|
||
*** Bug 29195 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
minor display glitch. not easy to fix. future
Status: NEW → ASSIGNED
Priority: P3 → P4
Target Milestone: --- → Future
Comment 16•23 years ago
|
||
Build reassigning Buster's bugs to Marc.
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Comment 17•23 years ago
|
||
Since there haven't been any comments for a year, I'll just say that this bug
still exists. By the way, the rectangle containing the synopsis of each book
isn't a textarea, but rather a block element with fixed size and overflow:scroll.
![]() |
||
Comment 18•22 years ago
|
||
Over to the right component.... This happens on Linux too.
Assignee: attinasi → roc+moz
Component: Layout → Layout: View Rendering
OS: Windows NT → All
Priority: P4 → --
QA Contact: petersen → ian
Hardware: PC → All
Target Milestone: Future → ---
Assignee | ||
Comment 19•22 years ago
|
||
This is probably something to do with native widget repositioning during reflow.
The content change only happens transiently during reflow; the "steady state" is
that the rendering is correct.
Probable fixes are to a) buffer native widget state changes (see bug 23742) or
b) make scroll areas not use a native wiget. The latter fix would be best but
I'm not sure we can do it on X11.
Comment 20•19 years ago
|
||
Isn't this fixed now in current trunk builds (more than 2 years later)?
I'm not seeing anything unusual with the url testcase.
Comment 21•18 years ago
|
||
As far as I understand the testcase at http://www.mozilla.org/newlayout/xml/books/books.xml and the bug description, I get expected results with Firefox 2.0 RC2 rv:.1.8.1 build 20061003 under XP Pro SP2.
Comment 22•18 years ago
|
||
Marking WORKSFORME, if someone can still reproduce this bug, please reopen.
Status: NEW → RESOLVED
Closed: 25 years ago → 18 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•