Browser back button clears fields in Wizard
@dpp is already working on this.
Since Mar 1, 2012.
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
The browser back button clears all fields in a multi-page wizard. Tested in Firefox 3.6 and Chrome.
To reproduce:
1. Go to [[url:http://demo.liftweb.net/wiz2|http://demo.liftweb.net/wiz2]]
2. Enter "hello" in the text field and click next
3. Click the browser back button
Actual result: the text field is empty
Expected result: the text field is populated with "hello"
See mailing list thread started Nov 22 2011 titled "Back button clears form fields in wizard and plain forms", http://groups.google.com/group/liftweb/browse_thread/thread/5dcd7fc84c144ebe/782cc7d4e242ffab?show_docid=782cc7d4e242ffab
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.