Bug 219649 - please remember form contents in, allow to resubmit
Summary: please remember form contents in, allow to resubmit
Status: RESOLVED FIXED
Alias: None
Product: kwebkitpart
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: webkit-devel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-22 10:43 UTC by Adrian von Bidder
Modified: 2010-02-22 10:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian von Bidder 2009-12-22 10:43:39 UTC
Version:           0.4 (svn: r1064400) (using Devel)
OS:                Linux
Installed from:    Compiled sources

Heyho!

This is currently the biggest annoying thing with webkit kpart:

Using web forms, I often end up typing something that makes validation fail, and then using the back button to go back to the form and re-submit with the mistake corrected.

Since webkit kpart (currently) doesn't restore the form contents, this is quite a hassle (and, since I often don't remember to copy typed text to the clipboard before submitting, quite time consuming since I have to type everything again.)

Are there any plans to implement this?

thanks & happy holidays!
Comment 1 Dawit Alemayehu 2010-02-22 10:37:44 UTC
SVN commit 1094136 by adawit:

- Restore user entered form data when navigating back to previous page. Fixes BR#219649
- Honor the konqueror "Middle click opens URL in selection" option.
- Do not send referrer meta data when opening link in new tab/window.
- Commented out several debug statements to reduce noise.

BUG:219649


 M  +20 -1     kwebkitpart.cpp  
 M  +65 -16    kwebkitpart_ext.cpp  
 M  +10 -9     kwebkitpart_p.cpp  
 M  +1 -0      kwebkitpart_p.h  
 M  +51 -44    webpage.cpp  
 M  +3 -9      webpage.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1094136