[Webkit-unassigned] [Bug 55493] SVG Tiny 1.2 onclick handler doesn't fire function defined in onload handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 09:59:23 PST 2011


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2011-03-10 09:59:22 PST ---
You can use the function (I actually suggested how to do that in comment 1). It's just not accessible by name from outside its scope. That's a good thing, because it lets one add functions in local scope without worrying about name clashes with functions defined in libraries like jQuery - similarly to local variables.

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