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

--- Comment #7 from Brion Vibber <[email protected]> 2011-08-16 22:25:12 UTC 
---
I suspect that jquery.resize still thinks it's operating on the southeast
corner... indeed, it's a .ui-resizable-se.

This bit in jquery.ui.dialog.css:

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

is being auto-rewritten by ResourceLoader to:

.ui-dialog .ui-resizable-se {
  bottom: 3px;
  height: 14px;
  left: 3px;
  width: 14px;
}

If we actually create the resize handle as the southwest corner for RTL, and
have styles for that that won't get flipped, that may resolve it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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