Closed
Bug 106565
Opened 23 years ago
Closed 23 years ago
SetInnerHTML always uses quirks mode
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(2 files, 2 obsolete files)
Setting innerHTML on an element always parses the string in quirks mode.
Testcase coming up.
![]() |
Assignee | |
Comment 1•23 years ago
|
||
![]() |
Assignee | |
Comment 2•23 years ago
|
||
![]() |
Assignee | |
Updated•23 years ago
|
Attachment #54959 -
Attachment description: better testcase → better testcase -- nothing should show up in the content area
![]() |
Assignee | |
Comment 3•23 years ago
|
||
![]() |
Assignee | |
Comment 4•23 years ago
|
||
Harish, this involves some parser changes that you should take a look at...
Could you, please?
Boris: Sure I will take a look....but not right away :-( .... since I'm
currently focusing on a performance issue.
![]() |
Assignee | |
Comment 6•23 years ago
|
||
Ok. This is not a big deal, really. Few sites depend on strict comment parsing
in innerHTML. :)
![]() |
Assignee | |
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.8
Comment on attachment 55009 [details] [diff] [review]
Patch to fix this
may the default mode should be auto. With that r=harishd.
Attachment #55009 -
Flags: review+
![]() |
Assignee | |
Updated•23 years ago
|
![]() |
Assignee | |
Comment 8•23 years ago
|
||
![]() |
Assignee | |
Updated•23 years ago
|
Attachment #54952 -
Attachment is obsolete: true
Attachment #55009 -
Attachment is obsolete: true
Comment 9•23 years ago
|
||
Comment on attachment 58059 [details] [diff] [review]
patch that uses GetOwnerDocument instead of nodeinfo in nsRange (no parser changes from last patch)
sr=jst
Attachment #58059 -
Flags: superreview+
![]() |
Assignee | |
Comment 10•23 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
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
•