[Webkit-unassigned] [Bug 64345] [Win] On-the-spot IME support for windowless plug-ins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 12 00:55:54 PDT 2011


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





--- Comment #1 from Hironori Bono <hbono at chromium.org>  2011-07-12 00:55:54 PST ---
Created an attachment (id=100445)
 --> (https://bugs.webkit.org/attachment.cgi?id=100445&action=review)
Patch v0 (not ready for reviews)

Greetings,

After investigating Safari, I noticed we did not need so complicated solution for Safari as the one for Chromium. So, I would like to upload a simplified change for Safari to start a discussion. Unfortunately, this change still needs to send platform-specific CompositionEvents to the PluginView class so it can send WM_IME_* messages to Flash. It may be a good idea to add a method that sends such CompositionEvents to EventHandler (denoted as EventHandler::compositionEvent) to share this event-sending code? (Once the EventHandler class has this method, we can send CompositionEvents as easy as we send KeyboardEvents.)

Regards,

Hironori Bono

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