[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:24:23 PDT 2010


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





--- Comment #25 from TAMURA, Kent <tkent at chromium.org>  2010-04-22 09:24:23 PST ---
(In reply to comment #23)
> 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.

Interesting.  We had better have a comment about it in the code.
So shouldUseInputMethod() should be "return isTextField() && inputType() !=
PASSWORD;".

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