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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 09:03:03 PDT 2010


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





--- Comment #39 from Brady Eidson <beidson at apple.com>  2010-04-12 09:03:02 PST ---
(In reply to comment #38)
> Alexey,
> 
> It doesn't matter Safari has a page cache or not, but rather, is page cache
> used when user hits back button, to go back to a page with a form.
> 
> In FF, for my test pages (and it seems like for Kent's as well), more often
> than not, hitting back button to go back to a page with a form results in FF
> loading that page from page cache. On Safari, the page is reloaded from the
> server.
> 
> When it's reloaded from the server, we get the bug.

I think Alexey's point is that:
1 - There's well known, published ways to avoid Firefox's Page Cache
2 - In the wild (not with specialized test cases), many form-heavy sites *DO*
avoid the page cache in every major browser with the simple step of having an
unload handler.

So, yes - this is a real-world problem in Firefox as well.

-- 
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