Open
Bug 203520
Opened 22 years ago
Updated 2 years ago
when using innerHTML property of DIV tag, it doesnt paint some HTML Buttons correctly sometimes
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
I have detailed what the problem looks like and how to reproduce here:
http://hyzer.org/chris/mozilla/
(copied from the above website)
- I have a large Javascript application that shows sets of flashcards
- When I change the screen layout, I set the innerHTML property of DIV and SPAN
HTML tags
- The bug is that sometimes when the innerHTML property (which puts form buttons
inside in this case) is set on a span tag, it doesn't render completely:
- Sometimes the HTML buttons will not show up at all
- Sometimes the HTML buttons will show up partially and are not clickable
- The current workaround is to click the "maximize" button twice (in the upper
right of the browser on Windows XP) and it will redraw the screen, and the
buttons will be there
Reproducible: Always
Steps to Reproduce:
The exact steps with screenshots are detailed here:
http://hyzer.org/chris/mozilla/
Actual Results:
The buttons are not painted correctly (need to use the app for a very little
while to see it)
Expected Results:
The buttons should be displayed and clickable
Comment 1•22 years ago
|
||
Seeing this on current linux trunk too....
Assignee: dom_bugs → roc+moz
Status: UNCONFIRMED → NEW
Component: DOM Level 0 → Layout: View Rendering
Ever confirmed: true
OS: Windows XP → All
QA Contact: ashishbhatt → ian
Hardware: PC → All
Comment 2•22 years ago
|
||
This reminds of bug 161888
Updated•15 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•