Hi,
If you add a checkbox component to a modal, and you're using an RTL locale (Arabic/Hebrew), the modal will disappear after clicking the checkbox (hitting ESC on the keyboard will bring it back).
This behavior is seen on Chrome 71 and Firefox. However, on IE 11 it works well.
Please see an example:
https://jsfiddle.net/sebulbajoe/1q3th0sy/2/
To Reproduce
Steps to reproduce the behavior:
Version
Platform
Thanks,
Jonathan
Also able to reproduce by simply adding..
<div class="field">
<input type="checkbox" class="checkbox" id="checkbox1">
<label for="checkbox1" class="checkbox-label">Unchecked</label>
</div>
To example-index in the modal folder and running as example-index.html?locale=ar-SA
We also have this issue in Homepages in a Contextual Action Panel in Chrome (not IE), Reproducible in the following example: http://localhost:4000/components/contextualactionpanel/test-searchfield.html?locale=ar-SA Click the checkbox to see the issue
Makes sense - as CAP uses the modal.
I think this issue has been fixed!
Thanks will let QA test it out if its in doubt a bit
This issue is now resolved. Closing out this ticket.