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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 16:58:26 PDT 2012


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2012-04-06 16:58:26 PST ---
> Or by "no virtual key code" do you mean a windowsVirtualKeyCode value of zero?

I mean that text events such as keypress don't have a virtual key code conceptually - they may not even be initiated by a keyboard. At code level, that corresponds to a zero value.

> Without VK_BACK, backspace on textboxes do not work and takes us back to the previous page. Without VK_OEM_1, I think the semicolon key wouldn't work.

Why is the semicolon expected to work, in the first place?

Backspace is an example of why this is a very poor place to hardcode key behaviors - it may or may not cause a navigation, but that's decided elsewhere.

> Can we not assume that the string always has a null character?

I'm not sure about that, but I know that it can be longer than 1 character.

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