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

       Web browser: ---
            Bug ID: 50016
           Summary: Uncaught TypeError: Cannot read property 'description'
                    of undefined
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: javascript
          Severity: normal
          Priority: Unprioritized
         Component: Data Model
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

After loading the Visual Editor on
https://pt.wikipedia.org/wiki/Quadrado?veaction=edit&debug=1&uselang=pt&useskin=vector
and clicking in the template which shows the text "Wikicionário", in the bottom
right corner of the page, I get the following error on console (Google Chrome
28.0.1500.52):
----
Uncaught TypeError: Cannot read property 'description' of undefined 
----

It comes from the line 
----
if ( data.description !== null ) {
----

of the following script:
https://bits.wikimedia.org/static-1.22wmf7/extensions/VisualEditor/modules/ve/dm/models/ve.dm.MWTemplateSpecModel.js

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