RESOLVED FIXED 26240
[GTK] Try again button loses query strings
https://bugs.webkit.org/show_bug.cgi?id=26240
Summary [GTK] Try again button loses query strings
Gustavo Noronha (kov)
Reported 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.
Attachments
Do not trigger form submission in try again (1.10 KB, patch)
2009-06-07 06:43 PDT, Gustavo Noronha (kov)
jmalonzo: review+
Gustavo Noronha (kov)
Comment 1 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(-)
Jan Alonzo
Comment 2 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!
Gustavo Noronha (kov)
Comment 3 2009-06-08 10:19:35 PDT
Landed as r44502.
Note You need to log in before you can comment on or make changes to this bug.