Bug 26240 - [GTK] Try again button loses query strings
Summary: [GTK] Try again button loses query strings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-06-07 06:40 PDT by Gustavo Noronha (kov)
Modified: 2009-06-08 10:19 PDT (History)
1 user (show)

See Also:


Attachments
Do not trigger form submission in try again (1.10 KB, patch)
2009-06-07 06:43 PDT, Gustavo Noronha (kov)
jmalonzo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.