Fixed In RTL BB codes not scrollable

Fethi.dz

Well-known member
Licensed customer
Affected version
2.0.0
Hi,

I notice in the RTL the BB codes like:

Code:
<xen:if is="!in_array({$forum.node_id}, array(x, y, z))">

Ad code here

</xen:if>

Are not scrollable “right to left or vise versa” ON mobile iPhone 7+ ios 11.2

Update: same issue on safari & chrome mobile + same thing on Android Galaxy A5

Thanks.
 
Last edited:
You sure you posted the right code? Because that's not a BB Code, you're using XF1 template syntax in there (this is the XF2 bug report forum) and there is nothing about it that should be scrollable in the first place (it's just a conditional without any relevant content).
 
Yes, I know the code is for XF1 ;) but the bug is when any code is wrapped it doesn’t scroll right or left on Mobiles in case that code is long and using RTL language.
 
This is fixed now. The content area needed dir=ltr to allow the LTR content within to be scrollable.
 
Back
Top Bottom