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

       Web browser: ---
            Bug ID: 48067
           Summary: inconsistent close icon in MediaWiki
           Product: MediaWiki
           Version: 1.22-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Skin and page rendering
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

1. The Post-Edit Feedback popup uses the Unicode × glyph with hover behavior.
2. Recent CentralNotice banners use an "X in a circle" icon with no hover
behavior.
3. the Visual Editor Review and Save dialog uses a drawn X icon with different
hover behavior.

The differences make WMF wikis feel unpolished.

Screenshots:
1. https://upload.wikimedia.org/wikipedia/commons/5/56/PEF-1-Cropped.png
2.
https://upload.wikimedia.org/wikipedia/commons/3/37/CentralNotice_banner_2013-05-03.png
3.
https://commons.wikimedia.org/wiki/File:VE_Submit_Feedback_dialog_2013-05-03.png

Code:
1. Extension:PostEdit outputs an <a> tag containing the HTML entity &times; and
styles it.

2. Extension:CentralNotice outputs an img tag showing :$wgNoticeCloseButton
which defaults to
https://upload.wikimedia.org/wikipedia/foundation/2/20/CloseWindow19x19.png

3. The VE close box is styled with jquery.ui's .ui-dialog .ui-icon-closethick ,
which gives it the background
https://bits.wikimedia.org/static-1.22wmf3/resources/jquery.ui/themes/vector/images/close.png

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to