Bug 51252 - WebKit2: Web pages can prevent default for Alt+* keydowns, but shouldn't be able to
Summary: WebKit2: Web pages can prevent default for Alt+* keydowns, but shouldn't be a...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-12-17 07:52 PST by Adam Roben (:aroben)
Modified: 2010-12-17 09:35 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-12-17 07:52:48 PST
Classic WebKit contains code in WebView::keyDown to disallow web pages from preventing default for Alt+* keydowns. WebKit2 does not have this code. This makes it possible for web pages to, e.g., prevent Alt+F from showing the File menu.
Comment 1 Alexey Proskuryakov 2010-12-17 08:58:29 PST
While this bug is Windows specific, we've always had this problem on Mac, and that also needs to be fixed some day.
Comment 2 Adam Roben (:aroben) 2010-12-17 09:34:59 PST
<rdar://problem/8782533>