[Webkit-unassigned] [Bug 83330] Allow certain Char events in fullscreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 10:32:37 PDT 2012


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





--- Comment #3 from Cem Kocagil <cem.kocagil+webkit at gmail.com>  2012-04-06 10:32:36 PST ---
(In reply to comment #2)
> What is the rationale for this change? Is there any spec for this?

According to PlatformKeyboardEvent.h, PlatformKeyboardEvent::windowsVirtualKeyCode() returns zero for Char events. Therefore, space events of type Char are currently not allowed in fullscreen mode. They should be allowed, because there are tests that expect this and Firefox also does this.

However, these tests that seem to check space key events currently pass on Chromium because Chromium doesn't implement windowsVirtualKeyCode as specified in PlatformKeyboardEvent.h. I have not investigated how it works in other ports. Perhaps the windowsVirtualKeyCode() specification in the header is incorrect?

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