https://bugzilla.wikimedia.org/show_bug.cgi?id=44063
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Bartosz Dziewoński <[email protected]> --- Works correctly in Opera as well. This is because ApiSandbox uses 'watch' as a key in the object storing information about parameters taken by various APIs, and Firefox supports a watch() function on all object that can be used to register callback to be fired when a certain property of that object is changed. Other browsers apparently either don't support it, or allow is to be overridden; Firefox doesn't, and thus when `new UiBuilder( $mainContainer, info, '' );` is called on line 348, "info" is a reference to this watch() function instead of the object with data that the code expects. This will probably need to be special-cased somewhere. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
