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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 24 14:45:32 PDT 2011


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





--- Comment #47 from Kent Tamura <tkent at chromium.org>  2011-04-24 14:45:31 PST ---
(In reply to comment #46)
> > WebKit should fire 'change' events when values are restored because restoring is a kind of user-input.
> 
> What if the change event caused a page refresh or navigation?
> Say I have a form with some drop down to choose some item, and some particular item on choose causes a page navigation since its a new workflow, wont' pressing back on the browser cause an issue?

Good point.
We should dispatch the change event anyway because updating page structure by checking/unchecking checkboxes or radio buttons is a typical usage.  So we would disable navigation during restoring control values.

> Another question, will there be any difference in what is done on https vs https pages? What about pages declaring no-cache / no-store etc? thanks

I don't think they matter.  I have never seen complaints with them.

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