Bug 133716 - Can't trigger a POST form resubmit confirm when using location.reload().
Summary: Can't trigger a POST form resubmit confirm when using location.reload().
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-10 20:48 PDT by j5726
Modified: 2014-06-10 20:49 PDT (History)
0 users

See Also:


Attachments
bug demo (294 bytes, text/html)
2014-06-10 20:49 PDT, j5726
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description j5726 2014-06-10 20:48:53 PDT
After a post query submit, When refresh the page, there should be a confirm dialog for users to resubmit the form.

But in the new webkit version, When using JS code as  location.reload(), the confirm dialog didn't be triggered, but directly reload the page and clear the query result.
Comment 1 j5726 2014-06-10 20:49:33 PDT
Created attachment 232845 [details]
bug demo

bug demo