[Webkit-unassigned] [Bug 37719] Some HTML5 Input tags not treated as needing an input method.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 09:17:45 PDT 2010


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





--- Comment #23 from Oliver Hunt <oliver at apple.com>  2010-04-22 09:17:44 PST ---
(In reply to comment #21)
> This change will make a regression on Safari/Windows and Chromium/Windows.
> shouldUseInputMethod() doesn't return true for type=password so that users type
> their passwords with IME mistakenly.
> I don't agree that shouldUseInputMethod() returns true for NUMBER, EMAIL and
> PASSWORD.

The reason IME's are disabled for the password field is because IMEs can access
the underlying password and display it in clear text -- eg. you can use it to
access the stored password for any site somewhat trivially.

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



More information about the webkit-unassigned mailing list