https://bugzilla.wikimedia.org/show_bug.cgi?id=66064
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|attrName property on Event |ULS: attrName property no |is not available in jQuery |longer exposed on |1.9 |jQuery.Event objects in | |jQuery 1.9 --- Comment #2 from Krinkle <[email protected]> --- Note: These are non-standard properties that were not reliably available cross-browser anyway. Even the jQuery.Event object passed as 'event' argument only copied them when available, so that's why it was no longer copied as of jQuery 1.9 because it creates a dangerous API that might work for the developer but not for many users. > On any version of jQuery, these properties can still be accessed on browsers > that support them by using event.originalEvent instead of event. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
