WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
83009
Right click is not blocked behind a file selection sheet
https://bugs.webkit.org/show_bug.cgi?id=83009
Summary
Right click is not blocked behind a file selection sheet
Martin Saulis
Reported
2012-04-03 02:13:46 PDT
Steps to reproduce: 1. Go to
http://www.saulis.com/test/upload/
(or any page which allows uploading files with <input type="file" /> 2. Click on the 'Choose file' button 3. While the file selection dialog is open, right click anywhere on the page in the background and click 'Reload' from the drop-down menu Issue: The page reloads, the modal dialog is still visible, but selecting anything in the dialog won't register the file as being selected for upload. Expected result: As far as I understand, modal dialogs should block access to anything in the background completely, and the user should not be able to reload the page using the drop-down menu -- it's not possible to reload the page or use any navigation buttons when that dialog is open. Only tested on MacOS X 10.7.2, both Safari and Chrome behave the same way.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2012-04-03 13:18:24 PDT
Confirmed. What I'm seeing is that Ctrl-click is blocked, but clicking Magic Trackpad with two fingers shows context menu. Presumably a right click with a mouse does the same, but I don't have one to test with.
Alexey Proskuryakov
Comment 2
2012-04-03 13:18:43 PDT
<
rdar://problem/11177090
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug