[Webkit-unassigned] [Bug 13031] onkeydown prevents keyboard shortcuts from working on this page when the input field had focus.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 15:09:01 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=13031


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19411|                            |review?
               Flag|                            |




------- Comment #4 from julien.chaffraix at gmail.com  2008-02-27 15:09 PDT -------
Created an attachment (id=19411)
 --> (http://bugs.webkit.org/attachment.cgi?id=19411&action=view)
First attempt (fix + manual test)

The issue is in WebHTMLView performKeyEquivalent, ret is set to YES which
prevent the keyboard shortcut to work. So if WebCore has handled or cancelled
the event (ret is YES), force the value to be NO but only for events with the
Command flag.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list