Bug 11449 - Type-to-select in unopened popups doesn't work with Hebrew
Summary: Type-to-select in unopened popups doesn't work with Hebrew
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-29 07:35 PST by mitz
Modified: 2007-01-11 14:02 PST (History)
2 users (show)

See Also:


Attachments
Change isprint() to Unicode isPrintableChar() (3.72 KB, patch)
2007-01-11 10:05 PST, mitz
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-10-29 07:35:49 PST
The newly added "type to select" feature for focused yet un-popped popups doesn't work with typing Hebrew. Once you pop the menu, type-to-select works.
Comment 1 mitz 2007-01-11 10:05:15 PST
Created attachment 12364 [details]
Change isprint() to Unicode isPrintableChar()

Includes change log and test.
Comment 2 Adam Roben (:aroben) 2007-01-11 10:19:34 PST
Comment on attachment 12364 [details]
Change isprint() to Unicode isPrintableChar()

Can you make the test use standard DOM events instead of eventSender.keyDown?

r=me
Comment 3 mitz 2007-01-11 10:23:44 PST
(In reply to comment #2)
> (From update of attachment 12364 [details] [edit])
> Can you make the test use standard DOM events instead of eventSender.keyDown?

I'm afraid I can't, since charCode() looks at the PlatformKeyboardEvent.
Comment 4 Sam Weinig 2007-01-11 14:02:51 PST
Landed in r18779.