Closed
Bug 290699
Opened 20 years ago
Closed 20 years ago
changing innerHTML makes div flicker
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: robert, Assigned: bugzilla)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
This is esp. important since we are amidst the AJAX hype.
When I change an element's innerHTML, the element flickers.
document.getElementById('some_el').innerHTML = 'New content';
IE doesn't flicker at all.
You can check this out at http://www.wmdb.org/
Check the online list on the bottom. It refreshes every 10 seconds with
XMLHttpRequest, and flickers in Firefox but not in IE
Reproducible: Always
Comment 1•20 years ago
|
||
Flickers in Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Doesn't flicker in Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050417 Firefox/1.0+
Comment 2•20 years ago
|
||
Yes,this was already fixed in the latest nightly trunk builds, you can try those out here: http://ftp.uni-erlangen.de/pub/mozilla.org/firefox/nightly/latest-trunk/
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 4•19 years ago
|
||
*** Bug 299176 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•