[Webkit-unassigned] [Bug 62451] [EFL] open keyIdentifierForEvasKeyName and windowsKeyCodeForEvasKeyName to use in the WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 06:11:46 PDT 2011


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





--- Comment #7 from EunMi Lee <eunmi15.lee at samsung.com>  2011-06-20 06:11:45 PST ---
I've tried to convert PlatformKeyboardEvent to WebKeyboardEvent,
but there are some problems.
m_macCharCode and m_timestamp do not exist in the PlatformKeyboardEvent, so I have to add those variables to the PlatformKeyboardEvent in order to convert to WebKeyboardEvent.
I think it is not a good idea.
So, I think this patch (open keyIdentifierForEvasKeyName and windowsKeyCodeForEvasKeyName) is better than convert PlatformKeyboardEvent to WebKeyboardEvent.

Dear Lucas and Weining,
Would you review current patch?

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