reveal.js icon indicating copy to clipboard operation
reveal.js copied to clipboard

In RTL mode, clicking left arrow takes me right and vice-versa

Open erelsgl opened this issue 5 years ago • 4 comments

When I set rtl to true, I still have to click the "left" arrow to go to the next slide, even though this slide is now to the "right".

erelsgl avatar Feb 19 '20 21:02 erelsgl

This was fixed in https://github.com/hakimel/reveal.js/pull/2579

Martinomagnifico avatar Jul 14 '20 07:07 Martinomagnifico

I confirm this. Being on slide 1 of a rtl presentation, the arrow pointing left is displayed and the other one not displayed, although I can't press the arrow pointing left on the keyboard to see slide 1. I have to click in the arrow pointing right of the keyboard in order to see slide 2, which can be misleading.

The correct behavior is to show the arrows on screen as they are now, but should match / be consistent with the keyboard arrow keys.

mfakih294 avatar Dec 24 '20 13:12 mfakih294

A workaround is to add "keyboard: true" to the configuration, and use space, page down, enter... keys to navigate.

mfakih294 avatar Dec 24 '20 13:12 mfakih294

I have the same issue here, but in my case, I have my next slide at the left with an arrow pointing left and both the , , h, and l will go to the left (the next slide).

reveal.js 4.3.0

MuhammadSawalhy avatar Mar 10 '22 21:03 MuhammadSawalhy