[Webkit-unassigned] [Bug 13013] Selection box does not scroll to where the focus jumps when pressing an alpha numeric key after clicking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 07:35:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13013





------- Comment #3 from ddkilzer at webkit.org  2007-03-08 07:35 PDT -------
Created an attachment (id=13544)
 --> (http://bugs.webkit.org/attachment.cgi?id=13544&action=view)
Test case

Steps to reproduce:

1. Open Safari/WebKit.
2. Open a page with a multiple <select> element.
3. Click on any visible item in the select list with the mouse.
4. Type the first character of a non-visible item in the select list.  Use "f"
or "g" for this example.

Expected results:

The select list should scroll to the newly selected item and the item should be
the only one selected in the list.

Actual results:

The select list DOES NOT scroll to the newly selected item, but the item IS the
only one selected in the list.

Regression:

This is not a regression from shipping Safari 2.0.4 (419.3) since it didn't
support typing a character to select an item.

Notes:

- Tabbing to the select box, then typing "f" or "g" works the first time.

- Tabbing to the select box, then typing "g", waiting 3 seconds, then typing
"a" DOES NOT work (the select list does not scroll up to "a").


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list