Open
Bug 1274791
Opened 8 years ago
Updated 2 years ago
Datalist drop-down rendering incorrectly
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: schm01978, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160429154717
Steps to reproduce:
1. Enter some text in the text input field (connected to a datalist)
2. Delete text
3. Enter some new text in the text input field
Actual results:
Initially the drop-down options appeared directly under the text input box as expected, but after deleting the text and entering something else the options rendered hundreds of pixels to the left.
Expected results:
The datalist options should appear under the text input.
I am on Firefox 46.0 for Linux Mint. It seems to work great on FF mobile for Android (Tested on Nexus 7 and Samsung Galaxy S5... Nice UX for mobile datalist, by the way =D) The screenshot is from the following test page: http://sdlambert.github.io/datalist/multiple_lists.html.
I went to check the issue today and was not able to reproduce the issue. Marking as resolved/invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Another picture of the datalist drop-down rendering issue
Sorry for the back and forth on this.
So I was able to reproduce the issue but only at random. I can only say that it never occurs on the first time data is entered into the input selection, only on the second attempt or after. Once the selection options render incorrectly, they do not correct themselves or move again. The location of the drop-down is random. I've attached another screenshot for reference.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Updated•4 years ago
|
Blocks: input-list
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•