Closed
Bug 1512696
Opened 6 years ago
Closed 6 years ago
Allow nsXULPrototypeElement::SetAttrAt() to pick up is attribute from XHTML element
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: timdream, Assigned: timdream)
References
Details
Attachments
(1 file)
So far it fails to store the value of is attribute set on an HTML element in the XUL doc because it early returns when namespace is not XUL. I'll need to fix it.
Assignee | ||
Comment 1•6 years ago
|
||
This patch allow nsXULPrototypeElement to set mIsAtom when the namespace is in XHTML.
The value is needed by XULDocument::CreateElementFromPrototype() so we could properly
pass it to NS_NewHTMLElement().
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Blocks: war-on-xbl
Pushed by tchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03e66b4500ef
Pick up is attribute from XHTML element in XUL document r=smaug
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•5 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•