Fixed Menu arrow in RTL should be reversed

Fethi.dz

Well-known member
Affected version
XF 2.0 Beta 7
Hello,

As you can see from the bellow pictrure, in RTL the menu sides arrow need to be reversed.

DA788E5D-54CA-4EEF-A27E-26EFF4C37DDC.webp

Hope to be fixed in the upcoming versions.

Thanks.
 
Last edited:
I can't reproduce this. The arrow works as I expect in my tests. There is a bug with how the auto scroll works in this scenario (regarding trying to make the selected element be displayed when the page loads).

Can you confirm what browser/OS?
 
Hello Mike,

I reproduce it on Safari, Iphone 7 Plus, IOS 11.0.3

Its only happened when I use Arabic language “RTL”

Thanks.
 

Attachments

  • 1A0E0F1F-AC4D-4155-B2BC-B6D070313B82.webp
    1A0E0F1F-AC4D-4155-B2BC-B6D070313B82.webp
    29.1 KB · Views: 9
Last edited:
This is now fixed. As it turns out, there are 3 different behaviors in browsers in RTL (they're consistent in LTR). Chrome was behaving as expected, but Safari and Firefox act a different way, while IE/Edge act a totally different way as well.

I've now implemented a system that normalizes the scroll positions (scrollLeft) and allows us to interact with them fairly consistently and that resolves this issue.
 
Top Bottom