[Webkit-unassigned] [Bug 14522] REGRESSION: Cannot paste into an active inline input area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 7 04:04:58 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14522


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ap at webkit.org               |webkit-
                   |                            |unassigned at lists.webkit.org




------- Comment #4 from ap at webkit.org  2007-07-07 04:04 PDT -------
So, this problem is not reproducible with Kotoeri anymore, but it still happens
with my input method. The steps to reproduce are the same.

The difference seems to be in the way pasting in handled by these IMs. Given a
Cmd+V event, RuSwitcher confirms the inline input area (which is translated to
a -[WebHTMLView insertText:] call by NSTSMEventHandler), and returns FALSE from
the handler to let the application handle Cmd+V.

It seems that WebKit thinks that the event was already handled, and doesn't let
AppKit process it.

IIRC, the RuSwitcher approach was necessary for compatibility with some
clients, and TOT WebKit is the only client where it doesn't work.


-- 
Configure bugmail: http://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