[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 14:33:51 PDT 2010


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


Ray <Raymond.Rischpater at Nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53993|0                           |1
        is obsolete|                            |
  Attachment #54097|                            |review?, commit-queue?
               Flag|                            |




--- Comment #26 from Ray <Raymond.Rischpater at Nokia.com>  2010-04-22 14:33:50 PST ---
Created an attachment (id=54097)
 --> (https://bugs.webkit.org/attachment.cgi?id=54097)
Patch shouldUseInputMethod() to use isTextField & inputType

Changed to include comment & use isTextField() && inputType() to determine
result instead of hard-coded comparisons. shouldUseInputMethod now returns true
if the field in question is a text field (as determined by isTextField) that is
editable and not a password field, as previously suggested.

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