Closed
Bug 60171
Opened 24 years ago
Closed 24 years ago
Altering left and clip values of div sometimes produces flickering
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: conorlennon, Assigned: attinasi)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
I'm seeing this in Build 2000111404 in WinNT SP5
When I alter the clip and left style values of a div element, the intermediate
position is briefly displayed, i.e. with the altered clip value but the old left
value.
IE5 only displays after both values have been changed.
This may be due to Mozilla being faster, but it does produce ugly flickering.
I have a testcase which displays a portion of the image form the top of the
mozilla.org page.
Javascript is used to switch between showing 100 pixels starting 400 pixels
over, shifted back 200 pixels and showing 100 pixels starting 200 pixels not
shifted back.
This should alternate showing each 100 pixels on top of each other.
However, you can sometimes see the image after the clip has been applied but
before the x value is altered. This manifests itself as an image either 200
pixels to the left or the right of where the image should be.
Its hard to explain in words, but a picture tells a 1000 words, so have a look
at the attachment.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
Confirmed.
OS: Windows 98
Platform: PC
Mozilla Build: 2000112704 M18 Trunk Build.
Marking as NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•24 years ago
|
||
Mark, IIRC you've dealt with similar flickering bugs already, could you look
into this one?
Assignee: jst → attinasi
Assignee | ||
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•