[Webkit-unassigned] [Bug 25051] New: Optgroup in select breaks keyboard navigation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 4 16:31:50 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25051

           Summary: Optgroup in select breaks keyboard navigation.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aljungberg at wireload.net


When the <optgroup> tag is used, keyboard navigation does not work in a select
drop down if the drop down is opened. Keyboard navigation still works if the
drop down is in its closed state.

Tested on build 530.5+.

The attached test case demonstrates the problem. There are two select drop
downs in the page. The first one contains an optgroup, the second one does not.
Everything else is equal. To reproduce the problem:

Incorrect result:
1. Click the first drop down to bring up the popup with selections.
2. Type "I" on the keyboard.
3. The choice "Zenbe" is highlighted.

Correct result:
1. Click the second drop down bring up the popup with selections.
2. Type "I" on the keyboard.
3. The choice "Infinity Internet" is highlighted.


-- 
Configure bugmail: https://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