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

            Bug ID: 70057
           Summary: wikiEditor not loading in a Semantic Form
           Product: MediaWiki extensions
           Version: REL1_23 branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

I get this error popup when trying to use wikiEditor. 

MW: 1.23.1
SMW: 2.0
SF: latest master (020e20e)

ext.semanticforms.wikieditor: Error: Module ext.semanticforms.wikieditor has
failed dependencies

I tracked down the issue to the line in SF_wikieditor.js

if ( typeof( window.ext ) === "undefined" ) {
    window.ext = {};
}

If window.ext is null, typeof returns as object not undefined, so ultimately it
ends up breaking.

-- 
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