Closed
Bug 249995
Opened 21 years ago
Closed 19 years ago
Select doesn't select the proper option when style "width: 150px" is set
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: maartsen, Unassigned)
References
Details
(Keywords: testcase, Whiteboard: [reflow-refactor])
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
When you try to select (by typing the first letter) a country from a selection
(<select>) the selection doesn't jump to the selected country.
Reproducible: Always
Steps to Reproduce:
1. Open the selection
2. Key in "N"
3. Namibia is selected in the top.
4. The selection doesn't jump to Namibia.
Actual Results:
Namibia is selected in the top.
The selection doesn't jump to Namibia.
Expected Results:
The selection should select Namibia.
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
With this testcase the reproduce steps can be followed
Attachment #152411 -
Attachment is obsolete: true
Comment 3•21 years ago
|
||
I can reproduce the problem on the first testcase (though not on the second one).
Roc, Neil, any idea what's up?
OS: Windows 2000 → All
Hardware: PC → All
Comment 4•21 years ago
|
||
Using mouse to open the list, both testcases select in Mozilla/5.0 (X11; U;
Linux i586; en-US; rv:1.7) Gecko/20040708 (Mandrake 10.1). The first does not
automatically scroll to show the selection, while the second does.
Using only keyboard, both select and show selected, though neither expand the
list with the down arrow.
Comment 5•21 years ago
|
||
The second test case works perfectly for me.
The first test looks very flickery to me, as if the popup hides and shows.
Comment 6•21 years ago
|
||
I can see the problem on both tescases.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041007
Firefox/0.10
Confirming.
Comment 7•21 years ago
|
||
Uri, note that you are using a _very_ old Gecko build (6 months old at this
point). Please test layout bugs in current trunk builds...
Comment 8•21 years ago
|
||
I'm seeing the same behaviour with:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041008
Firefox/0.9.1+
Comment 9•21 years ago
|
||
*** Bug 259755 has been marked as a duplicate of this bug. ***
Comment 10•20 years ago
|
||
(In reply to comment #5)
> The second test case works perfectly for me.
> The first test looks very flickery to me, as if the popup hides and shows.
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20051216 SeaMonkey/1.5a] (nightly) (W98SE)
Confirming:
The first (obsoleted) testcase needs to use the keyboard twice to see the end of the list: you can use the 'End' key instead of 'N' to get the same (bad) behaviour.
The focus is moved to the selected option (you could check by scrolling the list with the mouse), but then the list flickers:
the scrollbar moves briefly to its end _then goes back to the top_ :-/
If fact, the issue is worse yet:
once the last item item is selected (whether displayed or not), using the up arrow (etc) shows the same bad behaviour...
PS: I got the second testcase to show this bug two separate times ... I think that was when I loaded the first testcase in a new tab while the second was still loading in a new tab two. (I'm not too sure exactly how, but it's worth mentionning, just in case.)
Explaining/Fixing the first testcase would be fine.
Updated•20 years ago
|
Attachment #152411 -
Attachment is obsolete: false
Updated•20 years ago
|
Whiteboard: [reflow-refactor]
Comment 11•19 years ago
|
||
Still experiencing this issue with FireFox 2.0 (Gecko 20061010)
Comment 12•19 years ago
|
||
Still experiencing this issue with FireFox 2.0 (Gecko 20061010)
Comment 13•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061208 Minefield/3.0a1 ID:2006120812 [cairo]
seems fixed by reflow branch landing
Updated•19 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•