Last modified: 2014-08-15 14:08:45 UTC
Created attachment 8871 [details] Screenshot of See screenshot. It is particularly evident in "Configurable edit buttons (old style)" where the colons are mixed up. You need to have an account and be logged in to display the Gadget tab in Special:Preferences.
Isn't this part of the more generic problem that untranslated messages anywhere in the interface will have their directionality messed up when characters that 'go both ways' (such as parentheses and colons) are involved?
Indeed it is. We can do it MediaWiki-side (see bug 14649) and/or wait until HTML5 is implemented in browsers, which will probably fix these kinds of BiDi issues.
/me votes for "wait"
I added dir="auto" in r106051 which fixes the gadget descriptions, currently only in Chrome. It's not the best solution, but it's an improvement.
(In reply to comment #3) > /me votes for "wait" Do we still need to wait, or did browsers other than Chrome and HTML5 catch up?