[Webkit-unassigned] [Bug 23346] Restore form control values to a wrong form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 3 11:41:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=23346





--- Comment #31 from benjie at lablife.org  2010-04-03 11:41:15 PST ---
The reason I broke up the solution into two separate cases is to handle weather
Javascript is fired off again on back button. If JS is NOT fired off because
page is loaded from cache, then you have to restore hidden and submit type
values. Because those can be changed by JS. If JS is fired because page is
loaded from server, then only user entered values should be restored, IMHO.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list