[Webkit-unassigned] [Bug 25899] PC Chromium: keyboard selection in Hebrew select element doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 18:54:19 PDT 2009


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





------- Comment #5 from eric at webkit.org  2009-05-22 18:54 PDT -------
The selection is exposed via select.value no?  You can input key events
directly to the element using eventSender.

Something like this:

<select id="mySelect>...

<script>
mySelect.focus()
eventSender.key... 
assert(mySelect.value == "some string I wanted it to search for");
</scirpt>


-- 
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