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

       Web browser: ---
            Bug ID: 45677
           Summary: CSSJanus mishandles box shadows
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ResourceLoader
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

CSSJanus is treating box shadows as four-part rules like paddings or borders -
where there be pixel values for top, right, bottom, left. But though box
shadows can have four parts, the pixel values there refer to x-offset,
y-offset, blur radius, and thickness.

CSSJanus normally swaps the left and right values, but with a box shadow it
winds up swapping the y-offset and thickness, which isn't helpful. What it
should be doing instead here is apparently just flipping the sign on the
x-offset.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to