Closed
Bug 1424888
Opened 8 years ago
Closed 8 years ago
datalist options not displaying when input field double clicked
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jnewlin, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171206182557
Steps to reproduce:
I can reproduce by running this simple HTML code under Firefox 57.0.2 (x86-64) Windows 10
<input size=30 list="steps" name="goal" placeholder="start typing or double click">
<datalist id="steps">
<option value="1500 steps per day">1500 steps per day</option>
<option value="2500 steps per day">2500 steps per day</option>
<option value="5000 steps per day">5000 steps per day</option>
</datalist>
Double click on input field
Actual results:
Nothing displays when double clicking the input field
Expected results:
Window should have appeared with datalist options. Previous versions of Firefox worked as expected.
Reporter | ||
Comment 1•8 years ago
|
||
I disabled Tampermonkey and closed Firefox. After starting Firefox back up is working as expected. Cannot reproduce now
Reporter | ||
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•