Closed Bug 1424888 Opened 8 years ago Closed 8 years ago

datalist options not displaying when input field double clicked

Categories

(Firefox :: Untriaged, defect)

57 Branch
defect
Not set
normal

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.
I disabled Tampermonkey and closed Firefox. After starting Firefox back up is working as expected. Cannot reproduce now
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.