hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.9k stars 16.65k forks source link

Arrow keys work only for fragments but not for slides in scroll-view (v.5.0.0) #3515

Closed its-thomas closed 10 months ago

its-thomas commented 1 year ago

In the latest v.5.0.0 of RevealJS, the keyboard arrow keys (up & down) seem only to be able to navigate through fragments, but not through slides. See https://slides.com/news/scroll-mode/scroll and test for yourself.

I think it would be advantageous to have keyboard arrow keys work to navigate through slides as well.

jpggithub commented 1 year ago

The space bar no longer works for navigation either (except through fragments). Strange behavior, I don't understand how to use the view scroll mode. The scroll bar is so thin.

hakimel commented 1 year ago

I agree it should be possible to navigate via keyboard shortcuts in the scroll mode too. It's on my backlog.

leftys commented 11 months ago

If it helps with debugging, it's interesting that not even Reveal.next() works (was looking for a workaround, haha). Also URL is not updated after slide changes, which breaks slide creation with live-reload.

hakimel commented 10 months ago

Fixed in 5d131cea2074759d8781b167844ef35dafb99657

tingstad commented 9 months ago

Fixed in 5d131ce

@hakimel Great, will this be in a release soon?