He7d3r added a comment.

It happens on Chrome too. It is easier to see if you have the following in your personal .js (or run it in the console before searching):

mw.trackSubscribe( 'global.error', function ( topic, err ) {
    if( err.errorMessage === 'TypeError: context is undefined' /* Firefox */
        || err.errorMessage === 'Script error.' /* Chrome*/
    ) {
        window.open( 'https://phabricator.wikimedia.org/T105637#3441049', '_blank' );
    }
} );

TASK DETAIL
https://phabricator.wikimedia.org/T105637

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: He7d3r
Cc: AnotherLadsgroup, Ladsgroup, TerraCodes, debt, Jonas, JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, Avner, Gehel, Abbe98, FloNight, MuhammadShuaib, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to