[Webkit-unassigned] [Bug 6958] form submit in onload handler causes an infinite loop

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Feb 5 00:48:03 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6958


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




------- Comment #4 from darin at apple.com  2006-02-05 00:48 PDT -------
This is really an infinite loop.

I think the reason for this is that it submits the form right away, whereas for
a location change, we schedule it and it gets done next time around the event
loop. I think form submission should be changed to work the same way as other
location changes, sharing the "redirection timer" with the rest.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list