[Webkit-unassigned] [Bug 83009] New: Input type 'file' modal dialog and page reloading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 02:13:46 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83009

           Summary: Input type 'file' modal dialog and page reloading
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.saulis.com/test/upload/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin at saulis.com


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.

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



More information about the webkit-unassigned mailing list