Closed
Bug 2745
Opened 26 years ago
Closed 26 years ago
Reflows place UI elements in the wrong place
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ian, Assigned: michaelp)
References
()
Details
Go to the above uri.
Make your window very small, and scroll so that you can see the
bottom scroll bar of one of the red-bordered DIVs.
Maximise your window.
Ugh!
The scroll bar renders around 40px too high, and the border breaks up a little.
Forcing a reflow usually returns the status quo, although sometimes it makes
it worse.
Reporter | ||
Comment 1•26 years ago
|
||
AFAICT, what's actually happening is that the whole frame (or whatever you
guys call them) that contains the scrolled contents of the DIV is moved up
by a few pixels when redrawing. This is persistent over redraws but not
reflows.
It appears (but I may be wrong) that a scrolling element must be on screen
during the reflow for the bug to occur. However, if one frame is affected,
both will show the problem.
Reporter | ||
Updated•26 years ago
|
Summary: Reflow errors particularily visible with scroll bars → Reflows place UI elements in the wrong place
Reporter | ||
Comment 2•26 years ago
|
||
Ok, this bug is more general than I thought.
What actually happens is that any UI element, *including all form elements*,
get drawn put in the wrong place when reflowing.
This occurs more and more dramatically, the further away from the top of the
document you are (in this respect it is similar to bug #2748).
The original uri was:
http://www.bath.ac.uk/%7Epy8ieh/internet/eviltests/floatgrowth.html
...but this also occurs on this specially designed page:
http://www.bath.ac.uk/%7Epy8ieh/internet/projects/mozilla/forms.html
Simply scroll to the bottom and resize your window. The more you resize, the
more the elements move. The further down you are when you resize, the more
the elements move.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Updated•26 years ago
|
Hardware: Other → PC
Resolution: DUPLICATE → ---
Reporter | ||
Comment 4•26 years ago
|
||
Bug 1514 is fixed, but the problems listed above still occur on Windows98
using build of 1999-03-03.
Please ignore the initial explanations above, and read the comments dated
01/29/99 07:38 (those just before the 'marked duplicate' text).
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4110 → 4144
Comment 6•26 years ago
|
||
Reassigning qa contact to petersen@netscape.com
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•