Closed
Bug 15348
Opened 26 years ago
Closed 25 years ago
When document.body.bgColor changed twice in a row, not reflected on screen immediately
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: giorgio, Assigned: vidur)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(2 files)
Changing background doesn't automatically refresh the window. You have to modify something else in the page to have the window refreshed
Summary: browser window refreshing → When document.body.bgColor changed twice in a row, not reflected on screen immediately
It seems this only occurs when you update the bgColor (of the document.body) element, twice in a row. The second update isn't painted to the screen imediately but some outside action (or other DOM update) is needed to refresh it. Then when there is additional stuff on the screen the color updates are done in patches.
This is definitely a DUP of 1886 *** This bug has been marked as a duplicate of 1886 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
[bugday] verified as duplicate bug.
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
•