interactive-examples icon indicating copy to clipboard operation
interactive-examples copied to clipboard

datalist example doesn't work in Firefox Nightly

Open wbamberg opened this issue 7 years ago • 5 comments

The interactive example for <datalist> doesn't work in Firefox Nightly:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist https://interactive-examples.mdn.mozilla.net/pages/tabbed/datalist.html

It does work in release Firefox (62) and Chrome.

The example lower down the page (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist#Examples) does work - but if you copy that code into the editor, it does not work.

This makes me wonder if this is shadow DOM related.

wbamberg avatar Oct 02 '18 17:10 wbamberg

Possibly related? https://bugzilla.mozilla.org/show_bug.cgi?id=1489440

wbamberg avatar Oct 02 '18 18:10 wbamberg

If you toggle "dom.webcomponents.shadowdom.enabled" to false, the example works again.

wbamberg avatar Oct 02 '18 18:10 wbamberg

I confirm it's related to the shadowdom

jgribonvald avatar Oct 03 '18 19:10 jgribonvald

https://bugzilla.mozilla.org/show_bug.cgi?id=1489440 is now fixed in nightly

DavidBruant avatar Jan 22 '19 10:01 DavidBruant

@wbamberg just browsing this and can confirm it works fine in Fx Nightly 97.0a1 (2021-12-25) (64 bits)

SphinxKnight avatar Jan 04 '22 06:01 SphinxKnight

This example seems to work fine on firefox nightly for some time now, so I will close the issue.

NiedziolkaMichal avatar Sep 28 '22 12:09 NiedziolkaMichal