Page MenuHomePhabricator

RTL for Notification Tool: ? should be ؟ icon
Closed, ResolvedPublic

Description

? should be ؟ icon

For Notification Tool for RTL languages Please change "?" icon in attached image to RTL icon

See @Amire80's comment. Not the same for all languages.


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=54252

Attached:

icon.png (160×633 px, 11 KB)

Details

Reference
bz54276

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:57 AM
bzimport added projects: Notifications, I18n.
bzimport set Reference to bz54276.
bzimport added a subscriber: Unknown Object (MLST).

To devs:
You just need to add element like "#mw-echo-overlay-moreinfo-link" but with a "transform:scaleX(-1);" [1] to the ext.echo.overlay.css
and call that element instead the ltr one in ext.echo.overlay.js when .sitedir-rtl is true [2]

[1]: http://nicolasgallagher.com/css-background-image-hacks/
[2]: https://www.mediawiki.org/wiki/Manual:Interface/IDs_and_classes

Best

bsitu wrote:

*** This bug has been marked as a duplicate of bug 54252 ***

Change 89249 had a related patch set uploaded by Bsitu:
Notification overlay is partially hidden in RTL language

https://gerrit.wikimedia.org/r/89249

bsitu wrote:

Oops, the patch referenced the wrong bug

This is not needed for all languages.

It is definitely not needed for Hebrew and Yiddish.

It is *probably* needed for all languages written in the Arabic script.

I'm not sure about Divehi (dv) and Aramaic (arc).

EBernhardson subscribed.

VisualEditor seems to deal with this issue with the help button (also presented as ?)

It might help checking what lists they have to when to flip the question mark and when not to, and use that same strategy in this case.

Jdforrester-WMF claimed this task.
Jdforrester-WMF subscribed.

I believe that this is now long-since fixed, since we moved to OOjs UI.