[Webkit-unassigned] [Bug 118445] [Qt] QtWebKit should allow sending domain specific keycode to HTML applications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 13:20:40 PDT 2013


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





--- Comment #34 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-07-29 13:20:26 PST ---
(From update of attachment 207669)
View in context: https://bugs.webkit.org/attachment.cgi?id=207669&action=review

> Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp:665
> +        if (!m_allowNativeVirtualKeyAsDOMKey && m_text.isEmpty() && m_windowsVirtualKeyCode && isVirtualKeyCodeRepresentingCharacter(m_windowsVirtualKeyCode))

In-case of using nativeVirtualKey as DOM key don't resolve Char Event type in disambiguateKeyDown. isVirtualKeyCodeRepresentingCharacter() function checks for visual representation, it may unnecessarily generate keypress event for invisible keys.(sending visible keys is not a problem for us)

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