WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
10580
Password: New secure text field allows non-Roman text entry
https://bugs.webkit.org/show_bug.cgi?id=10580
Summary
Password: New secure text field allows non-Roman text entry
mitz
Reported
2006-08-26 02:53:22 PDT
The engine-based <input type="password"> allow using any input source for text entry. The Cocoa secure text fields always disable the Hebrew keyboard layout (and if it is selected, switches to the U.S. layout). I tried a few other keyboard layouts and input methods, and it seemed like Hebrew was the only one not allowed in the Cocoa widget, so I am not sure what the rule is (or whether this is a Cocoa bug rather than a feature, as I always thought it was). I think it is best, at least on the Mac, to match the native widget's behavior, if you can figure it out.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2006-08-26 03:26:08 PDT
I think it's a feature, and actually, Russian also gets disabled in Cocoa password fields. I'm not quite sure about how AppKit achieves that (other than that the current implementation probably looks at the script code).
Adele Peterson
Comment 2
2006-08-31 15:26:17 PDT
The NSSecureTextField only allows Roman scripts, so I'm updating the title of this bug
Adele Peterson
Comment 3
2006-09-01 11:54:35 PDT
Committed revision 16174.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug