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

            Bug ID: 63590
           Summary: Hovercards: "Unexpected value 200 parsing viewBox
                    attribute." in console
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Popups
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: sp...@wikimedia.org
                CC: psax...@wikimedia.org, yuvipa...@gmail.com
       Web browser: ---
   Mobile Platform: ---

In Firefox 28 roll over any link with an image, see
   Unexpected value 200 parsing viewBox attribute.
in Browser console/Firebug. In Chromium developer console see
   Warning: Problem parsing viewBox="200" 

The logic in line 169 is faulty. As a result the viewBox is set to 200 (if the
image is wide not tall) instead of a string of four numbers like "0 0 300 200",
and the former is invalid SVG.

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