JavaScript error: chrome://global/content/bindings/radio.xml, line 29: TypeError: control.radioChildConstructed is not a function
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Is this still happening? It could potentially be related to bug 1470242, but the basic gist is that it looks like they are inside a <radiogroup> that hasn't been upgraded as a Custom Element for some reason. I don't know if it'll change anything, but I'm marking See Also for Bug 1495861 which is going to migrate <radio> out of XBL and into a Custom Element.
That's quite possible. If you have custom elements inside XBL-defined elements, then from the constructor of the XBL binding (or a similar good place) you need to call customElements.upgrade() on the custom elements to get them to instantiate and get their methods working.
Reporter | ||
Comment 5•6 years ago
|
||
I haven't see it for a while and checking with a local debug build and also all Mozmill logs, I can't see it. Case closed. Thanks for the follow-up.
Description
•