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

       Web browser: ---
             Bug #: 30528
           Summary: No Search suggeestion on page Special:Ask
                    (jQuery.noConflict issue)
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: andreas.pl...@web.de
                CC: jeroen_ded...@yahoo.com
    Classification: Unclassified


On the page Special:Ask no $-JavaScript code is functioning and hence no search
suggestion completion will work. We use Semantic MediaWiki r93922 or
(http://offene-naturfuehrer.de/web/Spezial:Semantische_Suche) or r95304 on a
testwiki (http://biowikifarm.net/test/Special:Ask) and it is on both wikis. The
only workaround for this seems currently to restore $ on the
MediaWiki:Common.js page:

if(typeof $ ==="undefined"){$ = jQuery;}

I think on
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php?revision=94774&view=markup
line 221 the…

jQuery.noConflict();

…has to be removed. No?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to