Linked attributes in case of Windows
In Windows environments, you cannot use particular combinations of bidi attributes:
Windows ME
A menu cannot have the following combination:
orientationData: RightToLeft
widgetOrientation: LeftToRight
In these cases, the orientationData is predominant over the widgetOrientation. That is, the widget will maintain the requested value of orientationData even if the right value of widgetOrientation is not applied.
For instance, in Windows, if you set the values of the bidi attributes of a menu as:
widgetOrientation: LeftToRight
Visually, it will have the same result as the settings:
orientationData: RightToLeft
widgetOrientation: RightToLeft
Last modified date: 01/29/2015