Bug 26240

Summary: [GTK] Try again button loses query strings
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jmalonzo
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Do not trigger form submission in try again jmalonzo: review+

Description Gustavo Noronha (kov) 2009-06-07 06:40:54 PDT
When you go to, say, http://bleh.kov.eti.br/?blah=blih, the error page correctly shows a DNS error, and the correct URL. When clicking 'try again', we lose the query string, though. This is caused by the fact that try again triggers a form submission, besides requesting the reload.
Comment 1 Gustavo Noronha (kov) 2009-06-07 06:43:27 PDT
Created attachment 31032 [details]
Do not trigger form submission in try again

 WebKit/gtk/ChangeLog            |   13 +++++++++++++
 WebKit/gtk/resources/error.html |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
Comment 2 Jan Alonzo 2009-06-07 15:42:07 PDT
Comment on attachment 31032 [details]
Do not trigger form submission in try again

Hi gustavo, r=me. Thanks!
Comment 3 Gustavo Noronha (kov) 2009-06-08 10:19:35 PDT
Landed as r44502.