Closed
Bug 1020240
Opened 11 years ago
Closed 11 years ago
HTML imports broken? in Nightly, fine in Aurora
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1019319
People
(Reporter: sole, Unassigned)
References
()
Details
(Keywords: regression)
http://people.mozilla.org/~spenades/test_cases/webapis/webcomponents/htmlimports/
Using Polymer's platform.js for having html imports work, I can load a custom component using html imports in Aurora 20140604. The following messages show up in the console:
"about to register the element" element.js:13
"created a hello world element" element.js:8
However it doesn't work at all in Nightly 20140604 - the messages are not displayed in the console so it looks just as if the imports were never executed.
This same code works in Chrome just fine too.
| Reporter | ||
Updated•11 years ago
|
| Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
tracking-firefox32:
--- → ?
Keywords: regression
Comment 1•11 years ago
|
||
I think the reason is that I forgot to pref out the import interface. So Polymer thinks that native html import is supported while it is not... Probably a duplicate of bug 1020240, but will check it once that one is fixed.
tracking-firefox32:
? → ---
Keywords: regression
Updated•11 years ago
|
tracking-firefox32:
--- → ?
Keywords: regression
Comment 2•11 years ago
|
||
I mean bug 1019319... I tested it with those patches and problem seems to be gone.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
tracking-firefox32:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•