Last modified: 2014-06-17 17:02:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30758, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28758 - Resize handle image for Vector dialogs should be reversed in RTL wikis
Resize handle image for Vector dialogs should be reversed in RTL wikis
Status: RESOLVED FIXED
Product: MediaWiki skins
Classification: Unclassified
Vector (Other open bugs)
unspecified
All All
: Normal normal
: ---
Assigned To: Nobody - You can work on this!
: i18n
Depends on:
Blocks: 28708
  Show dependency treegraph
 
Reported: 2011-04-30 11:37 UTC by Amir E. Aharoni
Modified: 2014-06-17 17:02 UTC (History)
8 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Amir E. Aharoni 2011-04-30 11:37:03 UTC
The resize handle in Vector-style dialogs such as insert link (class ui-resizable-handle) is oriented the wrong way in RTL wikis. It appears in the bottom left corner, which is correct, but the image itself must be horizontally reversed.
Comment 1 Roan Kattouw 2011-04-30 11:41:24 UTC
Tweaking bug description to make it clear the image should be reversed.
Comment 2 Bugmeister Bot 2011-08-19 19:12:58 UTC
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734
Comment 3 Amir E. Aharoni 2011-09-07 21:49:15 UTC
See Comment 9 at Bug 29002:

It's possible to add /* @noflip */ in jquery.ui.dialog.css like this:

.ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        /* @noflip */
        right: 3px;
        bottom: 3px;
}

This will move the handle to the southeast corner and give it correct appearance.

This would be a workaround, however, and a fuller solution would be better.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links