[Webkit-unassigned] [Bug 44140] No back/forward list entry added when submitting a form via an onclick handler inside a frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 13:48:42 PDT 2010


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





--- Comment #7 from Mihai Parparita <mihaip at chromium.org>  2010-09-28 13:48:41 PST ---
(In reply to comment #6)
> So to be clear, you guys are removing the restriction so that JS can trigger submits? Right?
> 
> Or is that the restriction is being extended to also apply to submits not triggered via JS?

The restriction isn't about triggering submits, it's about submits adding history entries. With this change, we don't suppress the history entry if the form submit is done by a user action (e.g. a click on the submit button). Entirely programatic submits (e.g. calling form.submit() inside a setTimeout) inside iframes will still not generate history entries.

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