damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.68k stars 416 forks source link

Toggling: main buttons ON but chalkboard buttons OFF (and vice versa) #553

Open ageron opened 4 years ago

ageron commented 4 years ago

If you start the presentation with the chalkboard, all buttons are visible:

Then you press , to toggle the buttons, so they all disappear:

So far so good.

But then, if you exit the presentation and start it again (press alt-r twice), then the chalkboard buttons are still OFF while the main buttons are back ON:

Oops! :)

Then if you press , to toggle the buttons, they all get toggled, so you end up with:

To work around the issue, you have to ensure that the chalkboard buttons are visible, then exit and reenter the presentation (Alt-r twice), and then you're good.

I'm using Chrome on MacOSX 10.15.5, with the pip install RISE (5.6.1).

damianavila commented 4 years ago

Thanks for the detailed report, we will take a look!