[Webkit-unassigned] [Bug 17083] REGRESSION (r24267): nested click() calls on the same element do not work (affects Acid3 test 73)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 00:53:47 PDT 2008


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





------- Comment #14 from koivisto at iki.fi  2008-03-10 00:53 PDT -------
Completely removing the check that prevents recursion is not an option since it
breaks web sites. Having some other limit than 1 is possible but astonishingly
pointless. 

If we want to pass this test as it is we can trivially add per-node click
recursion counter in a separate hash and set some limit greater than what Acid3
tests for. This might still cause web site regressions (behavior differs from
any shipping browser) but at least it won't hang the browser.

I'd rather see the current perfectly sane behavior specced and Acid3 fixed to
match implementations.


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