[Webkit-unassigned] [Bug 44140] History doesn't increment when submitting a form in an IFRAME

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 09:50:19 PDT 2010


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


Mihai Parparita <mihaip at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Macintosh                   |All
         OS/Version|Mac OS X 10.5               |All
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #2 from Mihai Parparita <mihaip at chromium.org>  2010-09-28 09:50:18 PST ---
As far as I can tell, this only happens when an onclick handler is used to submit the form. Here's two variants on the reported testcase:

http://persistent.info/webkit/test-cases/form-submit-history/container.html has an <input type="submit"> and lets normal form submission happen. That seems to work fine (history length of 2 if the test case is opened in a new tab).

http://persistent.info/webkit/test-cases/form-submit-history/container-onclick.html has an <input type="button"> which submits the form via an onclick handler. That results in a history length of 1 (if the test case is opened in a new tab).

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