Bug 32746
Summary: | browser hotkeys blocked | ||
---|---|---|---|
Product: | WebKit | Reporter: | Maxwell Terpstra <max> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | karlcow |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | https://www.coastcapitalsavings.com/ | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=30397 |
Maxwell Terpstra
Some hotkeys (eg. cmd-C for copy, cmd-P for print, cmd-A for select all) do not work while viewing this page (and on most other pages at this site).
Steps to reproduce:
- click in blank area of the page to blur the auto-focussed form field
- press cmd-P
Expected result: print dialog opens
Actual result: selection highlight appears above "Business" menu tab, print dialog open does not open
Invoking the commands through the browser's menu (not using the hotkey) works as expected.
I presume there is some javascript that is catching the key-press and preventing the default action. However, javascript should never be allowed to capture and disable browser hotkeys.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/7487202>
Karl Dubost
This is working for me now.
This must have been a duplicate of Bug 30397