https://bugzilla.wikimedia.org/show_bug.cgi?id=40448

       Web browser: ---
             Bug #: 40448
           Summary: Remove mediawiki.legacy.mwsuggest from core
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: Unprioritized
         Component: JavaScript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


This module has been broken for a while in core.

* Uncaught TypeError: Cannot call method 'join' of null 

This is because wgSearchNamespaces is also broken (not output the same way the
module is loaded, so by default the module is loaded but wgSearchNamespaces is
not set).

It also seems to interfere still with Vector's SimpleSearch (in that both
modules are loaded, though they don't initialize both, at least that's been
fixed since)

Adding as blocker to 1.20 release. We can not release with this uncaught
javascript exception on every page (that is, if the wiki has $wgEnableMWSuggest
= true; which most wikis do).

We don't see the exception on Wikimedia wikis because the Vector extension
overrides mwsuggest and prevents it from reaching the error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to