Closed
Bug 136255
Opened 23 years ago
Closed 23 years ago
Textarea scrollview out of sync with nsGfxTextControlFrame when resizing window
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kinmoz, Assigned: attinasi)
References
()
Details
(Keywords: regression)
In my 8am Win32 debug mozilla TRUNK build, I'm seeing that the scroll frame for
a text widget can get out of sync with the nsGfxTextControlFrame.
To reproduce, load this URL in mozilla or viewer:
http://bugzilla.mozilla.org/attachment.cgi?id=57242&action=view
Then resize the window horizontally, going back and forth, making it narrow then
wide, so that the text content and textarea start to shift up + down you should
see that after a while the scrollbars and content inside the textarea are
outside the outline of the textarea, and the text content of the page
occassionally overlaps the scrolled area.
I verified that this was caused by attinasi's nsBlockFrame.cpp (revision 3.495)
checkin:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&ro
ot=&subdir=mozilla/layout/html/base/src&command=DIFF_FRAMESET&root=&file=nsBlock
Frame.cpp&rev1=3.494&rev2=3.495
The changes in question were for bug 128133.
Depends on: 128133
Assignee | ||
Comment 3•23 years ago
|
||
I backed that change out, so closing.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
verified with build ID 20020410 using WINXP
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•