[Webkit-unassigned] [Bug 19347] After the password is input , Japanese can't be input.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 02:30:49 PDT 2008


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |NEW
          Component|New Bugs                    |WebKit Misc.
     Ever Confirmed|0                           |1




------- Comment #5 from ap at webkit.org  2008-07-21 02:30 PDT -------
I believe that the root cause for both bugs is that we're manipulating
properties on wrong documents. In this bug, TSMGetActiveDocument() returns 0
when switching from a password field to a normal one, so we fail to remove
kTSMDocumentEnabledInputSourcesPropertyTag. This is caused by a hack in
-[WebHTMLView inputContext], and is fixed by removing it.

It's not obvious to me if bug 16946 is exactly the same, as there may be many
reasons for an active document to be not what we expect. Ideally, we should
find a less fragile solution.


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



More information about the webkit-unassigned mailing list