Open
Bug 1575444
Opened 4 years ago
Updated 6 months ago
No dropmarker is shown for <input list="…"> with <datalist>
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: karlcow, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: parity-chrome, parity-safari)
Attachments
(1 file)
254 bytes,
text/html
|
Details |
- Open datalist-test.html
- Hover the input area
Actual: Nothing happens
Expected: Arrow appears
- Focus the input area
Actual: Nothing happens
Expected: the list of options appears
Compare Chrome Canary and Firefox Nightly.
Updated•4 years ago
|
Priority: -- → P3
Comment 2•3 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
Is this bug 1535985 (for android?)
Seems like it.
Webcompat Priority: ? → P3
Updated•3 years ago
|
Blocks: input-list
Comment 3•3 years ago
|
||
(In reply to Mike Taylor [:miketaylr] from comment #2)
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
Is this bug 1535985 (for android?)
Seems like it.
Bug 1535985 seems to only be about the popup on mobile whereas this is about showing a dropmarker. Every other modern browser has this and we already have the API to show the popup, we just need layout support to add the anonymous content.
status-firefox76:
--- → affected
status-firefox77:
--- → affected
status-firefox78:
--- → affected
Keywords: parity-chrome,
parity-safari
Summary: datalist arrow on hover, list on focus → No dropmarker is shown for <input list="…"> with <datalist>
Comment 4•2 years ago
|
||
Still not working in nightly build.
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•