Closed
Bug 340799
Opened 19 years ago
Closed 19 years ago
Select form element does not scroll as you type if width style is set
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: jan.halasa, Assigned: bzbarsky)
References
Details
(Keywords: testcase)
Attachments
(1 file)
1.33 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Correct behaviour: you have a form with select element, expand it (to see first n options), when you want to select an option by typing, it scrolls down and selects (highlights) an option starting with the typed text.
Problem: it does not scroll down if the select element has a width style set. You can try it using attached HTML file.
I tried it in latest night-build of Firefox, Mozilla 1.7.13. It works well in Opera, MSIE and Konqueror.
Reproducible: Always
Steps to Reproduce:
1. Open attached HTML test case
2. Expand select element
3. type 'x'
Actual Results:
Option 'x' is selected, but the option list does not scroll down (you dont see the selected opetion)
Expected Results:
Option list should scroll down to see the selected option.
Reporter | ||
Comment 1•19 years ago
|
||
Test case.
Updated•19 years ago
|
Assignee: nobody → dveditz
Keywords: testcase
OS: Linux → All
Product: Firefox → Core
QA Contact: form.manager
Hardware: PC → All
Version: unspecified → Trunk
Updated•19 years ago
|
Assignee: dveditz → nobody
Updated•19 years ago
|
Component: Form Manager → Layout: Form Controls
QA Contact: layout.form-controls
Comment 2•19 years ago
|
||
*** Bug 343546 has been marked as a duplicate of this bug. ***
![]() |
Assignee | |
Comment 3•19 years ago
|
||
Fixed by the reflow branch landing.
Assignee: nobody → bzbarsky
Depends on: reflow-refactor
![]() |
Assignee | |
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•