Closed
Bug 39211
Opened 25 years ago
Closed 25 years ago
.innerhtml = <span><table></table></span>: table repeated
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: jruderman, Assigned: waterson)
References
()
Details
Attachments
(3 files)
|
342 bytes,
text/html
|
Details | |
|
332 bytes,
text/html
|
Details | |
|
1.71 KB,
patch
|
Details | Diff | Splinter Review |
simplified version of the url given is in bug 39210 as
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8641
mouseover the button in the testcase. ie displays the same thing after each
mouseover; mozilla makes an extra copy of the table above the rest of the stuff.
what seems to be going on: when innerhtml is used more than once to write a
span containing a table, the table gets repeated.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
This looks like a reflow problem, the content model does get correctly
updated. Over to buster.
Assignee: jst → buster
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
yep, it's an inline block problem.
Blocks: 40246
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•25 years ago
|
||
| Assignee | ||
Comment 7•25 years ago
|
||
nisheeth, could you r=? This fixes the ContentRemoved() case, where we want to
check the *child*, not the parent, to see if it's special (in which case, we
reframe everything).
Target Milestone: --- → M17
Comment 8•25 years ago
|
||
r=nisheeth.
| Assignee | ||
Comment 9•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
Works for Me
Platform: PC
OS: Windows 98
Mozilla Version: 2000100508
Marking as Verified
Status: RESOLVED → VERIFIED
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
•