Hello.
I have the following issue,
I needed to enable the FILTER option with the RTL option. The result was that all of the elements on the screen were RTL, except from the FILTER element itself, which remaind LTR (thus hidden by the scrollbar).
After fiddling around with the development tools, I found that the FILTER element as well as its direct parent always get the inline css attribute “left: _px” regardless of the DIR (in RTL I would expect it to receive “right: _px”).
Here is some sample code that reproduces the problem.
Sincerely,
Josh