Bug 54759 - [Chromium] performDefaultAction should be recognized as a user gesture
Summary: [Chromium] performDefaultAction should be recognized as a user gesture
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 11:27 PST by Dominic Mazzoni
Modified: 2011-02-18 21:17 PST (History)
1 user (show)

See Also:


Attachments
Patch makes performDefaultAction a user gesture (1.52 KB, patch)
2011-02-18 12:18 PST, Dominic Mazzoni
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2011-02-18 11:27:09 PST
When a user with a screen reader activates a link or button in Chromium, it should be treated as a user gesture exactly the same as if they had clicked on that control using the mouse or keyboard. Otherwise it's impossible for them to trigger certain sensitive operations (like installing an extension) that are not allowed to be scripted.
Comment 1 Dominic Mazzoni 2011-02-18 12:18:56 PST
Created attachment 82994 [details]
Patch makes performDefaultAction a user gesture
Comment 2 Dimitri Glazkov (Google) 2011-02-18 12:37:06 PST
Comment on attachment 82994 [details]
Patch makes performDefaultAction a user gesture

ok.
Comment 3 WebKit Commit Bot 2011-02-18 21:17:17 PST
Comment on attachment 82994 [details]
Patch makes performDefaultAction a user gesture

Clearing flags on attachment: 82994

Committed r79092: <http://trac.webkit.org/changeset/79092>
Comment 4 WebKit Commit Bot 2011-02-18 21:17:20 PST
All reviewed patches have been landed.  Closing bug.