Ensure that you are using the latest compiled CSS files running from your site folder: php build/generatecss.php. This is IMPORTANT because some bugs only occur with the compiled CSS.
Change browser to a 320px width resolution. You will see that toolbar displays this bug:
Change the language to RTL editing the file administrator/language/en-GB/en-GB.xml and replacing:
<rtl>0</rtl>
with:
<rtl>1</rtl>
Go to article manager and notice that the toolbar is missing a rigth margin:
Now in the same RTL language change resolution to any mobile viewport (480px width for example). You will see something like:
Apply the patch and ensure that all the previous bugs are fixed.
Testing instructions
php build/generatecss.php
. This is IMPORTANT because some bugs only occur with the compiled CSS.administrator/language/en-GB/en-GB.xml
and replacing:with:
Go to article manager and notice that the toolbar is missing a rigth margin:

Now in the same RTL language change resolution to any mobile viewport (480px width for example). You will see something like:
