Demo of <datalist> does not work
Categories
(developer.mozilla.org Graveyard :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: bruant.d, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
1. Go to https://developer.mozilla.org/fr/docs/Web/HTML/Element/datalist (I'm on Firefox 65.0b12)
or even https://interactive-examples.mdn.mozilla.net/pages/tabbed/datalist.html
2. type "c" in the demo <input>
What happened?
nothing
What should have happened?
a dropdown with choices with the lettre "c" should appear under the <input>
Is there anything else we should know?
I've seen <datalist> work on other website with the same web browser
Nothing in the HTML markup seems off to me
One possibility is that this is a Firefox bug related to the <input>+<datalist> is embedded in a custom element shadow root and it might not work there? Not sure
Comment 1•6 years ago
|
||
Hey David!
For content problems, we've switched to GitHub. See https://github.com/mdn/sprints/issues/new?template=issue-template.md (I don't see a discourse announcement, maybe that will come soon). The meta docs have been updated already and also the "Feedback" menu at the top of MDN pages now points to Github.
This particular issue could be filed against interactive-examples https://github.com/mdn/interactive-examples/issues
Reporter | ||
Comment 2•6 years ago
|
||
Ok
I see the issue is being tracked already : https://github.com/mdn/interactive-examples/issues/1169
Thanks :-)
Updated•5 years ago
|
Description
•