Page MenuHomePhabricator

ext.codereview.js should ensure type string before calling indexOf (Uncaught TypeError)
Closed, ResolvedPublic

Description

Since the highest alphabetical tag on MediaWiki.org is now '100000' (which is nicely converted to a Number by jQuery UI Autocomplete), there are

Uncaught TypeError: Object 100000 has no method 'indexOf'

errors on all MW.org Special:Code pages whenever a tag is entered.


Version: unspecified
Severity: major

Details

Reference
bz31785