[Webkit-unassigned] [Bug 17083] nested event dispatch does not work (Acid3 bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 21:01:20 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17083


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




------- Comment #1 from eric at webkit.org  2008-02-07 21:01 PDT -------
I'm not really sure we should support this w/ our current JS implementation. 
We'd have to pick an arbitrary maximum recursion value to avoid blowing out the
stack.  Moz can do this because their interpreter is not recursive.  However,
even so, I think the onclick event is required to be dispatched from within the
click() call, so that would require at least a few stack frames.

Hixie, if we're supposed to allow recursion here... how deep?  And is 10 levels
of recursion really better than 0 here?


-- 
Configure bugmail: http://bugs.webkit.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