Closed
Bug 1429967
Opened 7 years ago
Closed 7 years ago
PolymerElements/app-layout demo4 is missing body content when Custom Elements are enabled
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1430034
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | disabled |
People
(Reporter: MattN, Assigned: edgar)
References
()
Details
(Keywords: regression)
STR:
1) Set dom.webcomponents.customelements.enabled = true
2) Load https://raw-dot-custom-elements.appspot.com/PolymerElements/app-layout/v2.0.4/app-layout/demo/demo4.html referred to as "Using app-header-layout with iron-list" on [1]
Expected result:
A list of contacts under the heading
Actual result:
Only the heading and sidebar have content
If I flip dom.webcomponents.customelements.enabled to false and refresh then the page works properly.
[1] https://raw-dot-custom-elements.appspot.com/PolymerElements/app-layout/v2.0.4/app-layout/demo/index.html
Assignee | ||
Comment 1•7 years ago
|
||
I will take a look, ni myself for tracking.
Flags: needinfo?(echen)
Priority: -- → P2
Assignee | ||
Comment 2•7 years ago
|
||
The contacts are from iron-ajax and I found iron-ajax isn't working well when Custom Elements are enabled [1].
I am going to investigate bug 1430034 first.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1430034
Depends on: 1430034
Flags: needinfo?(echen)
Comment 3•7 years ago
|
||
CE enabled in only 59 *nightly*, so modified the firefox59 status.
Assignee | ||
Comment 4•7 years ago
|
||
I think fixing bug 1430034 will also fix this.
Assignee: nobody → echen
Assignee | ||
Comment 5•7 years ago
|
||
I cannot reproduce this in Firefox Nightly 59.0a1 (20180117220327).
Close as duplicated of bug 1430034.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•