WebView.reload() doesn't work for pages with post data

Bug #1324926 reported by Chris Coulson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Triaged
High
Unassigned

Bug Description

WebView.reload() is ignored if form data was posted to get the page. This is because we call content::NavigationController::Reload(true) which doesn't do anything other than call back in to the embedder via content::WebContentsDelegate::ShowRepostFormWarningDialog() in this case. The embedder is then expected to show a dialog asking if the user would like to resubmit the form data. If the user agrees, content::NavigationController::Reload() should be called with the check_for_repost parameter set to false

Changed in oxide:
importance: Undecided → Medium
status: New → Triaged
Changed in oxide:
importance: Medium → High
milestone: none → branch-1.19
Changed in oxide:
milestone: branch-1.19 → branch-1.20
Changed in oxide:
milestone: branch-1.20 → branch-1.21
Changed in oxide:
milestone: branch-1.21 → branch-1.22
Changed in oxide:
milestone: branch-1.22 → branch-1.23
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.