https://bugzilla.wikimedia.org/show_bug.cgi?id=51490
--- Comment #6 from Moriel Schottlender <[email protected]> --- Okay, I know (more or less) how to solve it, but there are a couple of issues I must raise with the VE team so I can figure out a proper solution. The problem is that the menu element has its left position calculated dynamicallym and when we have an RTL widget, the positions are all flipped. I can fix it by making a quickfix for RTL using this.$.parent as the wrapper to flip against (basically, "flip the coordinates of anything inside that parent"). However, if I do that, the link widget (which uses the same menu widget class) gets all messy and out of position. The issue as far as I understand it is that the frame parents change between the link (parent being the editable surface) and the category menu (parent being the page settings widget). I need to find a general-enough "parent" call, or find a way to call the 'position' method on the category-menu only, leaving the link alone. This will have to wait until after the weekend, when the VE team are available for some help on this. -- 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
