Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control arrows missing with linear navigation mode #2582

Closed
rbeezer opened this issue Feb 11, 2020 · 3 comments
Closed

Control arrows missing with linear navigation mode #2582

rbeezer opened this issue Feb 11, 2020 · 3 comments

Comments

@rbeezer
Copy link

rbeezer commented Feb 11, 2020

Seems that when navigationMode is set tolinear the last vertical segment has no arrow to access the slides of that segment. These slides are accessible with the space bar, so perhaps the necessary right arrow is missing?

Problem is symmetric - using the left arrow to work back to the start is fine until the last slide of the first vertical segment, and then there is no left arrow to go back through the slides of the first segment.

MWE attached as a zip file. Tested at tag/release 3.9.2 on Firefox 72.0.2 on Ubuntu 18.04. Switching to default seems to produce correct behavior for that navigation mode.

linear-order.zip

@earboxer
Copy link
Contributor

earboxer commented Mar 3, 2020

To test this without the above zip file:

<section>
  <section>Slide 1</section>
  <section>Slide 2</section>
</section>
<section>
  <section>Slide 3</section>
  <section>Slide 4</section>
</section>

When you are on slide 2, there is no left arrow button (only a right arrow).

When you are on slide 3, there is no right arrow button (only a left arrow).

See #2416 (comment) (bba760e) and #1904 (comment)

(When we fix this, we have to make sure it doesn't break vertical-only presentations).

@hakimel
Copy link
Owner

hakimel commented Mar 10, 2020

This fix for this has been merged into dev and will be available in 4.0

@hakimel hakimel closed this as completed Mar 10, 2020
@rbeezer
Copy link
Author

rbeezer commented Mar 10, 2020

Thanks for the quick fix! We are building reveal.js output from PreTeXt source, so I'll put a note on our tracker to make sure we get caught up once 4.0 is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants