Page MenuHomePhabricator

JS error on loading watchlist in Firefox
Closed, ResolvedPublic

Description

If I try to load the watchlist in the mobile view on Firefox, it gives me the following JS error:
TypeError: handlers.push is not a function
handlers.push( handleObj );

Only happens in Firefox.


Version: unspecified
Severity: normal

Details

Reference
bz53382

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:52 AM
bzimport set Reference to bz53382.
bzimport added a subscriber: Unknown Object (MLST).

jQuery.event seems to be the cause. Might be an upstream bug or point at bad usage on our part.

Fixed in I66d1f943485e0266f66b788a11eaf61558bde585 seems to be related to watch being a function in Firefox on a native JavaScript object.