[Webkit-unassigned] [Bug 183586] Custom Elements: connectedCallback is invoked at unexpected timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 01:05:22 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=183586

--- Comment #28 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Created attachment 345834

  --> https://bugs.webkit.org/attachment.cgi?id=345834&action=review

Another repro case

This is the same as attachment 335672 but using DOMParser() instead of innerHTML in order to parse the content, as in Justin's original test case (bug 183583). Rob's patch (attachment 341272) does not fix the bug for this use case.

I'm not sure why, but I suspect that in general the custom element reactions are not called consistently depending on how the html fragment is parsed and inserted into the DOM tree (e.g. see bug 184307 comment 2 for using innerHTML VS using DOM operations).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180726/78f5b522/attachment.html>


More information about the webkit-unassigned mailing list