fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

WS update fails 'next slide' view in speakers notes #75

Open haf opened 9 years ago

haf commented 9 years ago

If you change the code, get a reload, then speaker's notes' 'next slide' doesn't work any longer. Need to close/open speakers notes again.

  1. Open speakers notes
  2. Change code/text
  3. Press N in speaker's notes',
  4. Watch 'next slide' not updating.
forki commented 9 years ago

any ideas how to fix that?

haf commented 9 years ago

Close all popups before issuing the reload from javascript, set a 'remember to open these popups' flag on the querystring or hash of the url you're reloading when you reload. On window load, read all these flags, open appropriate windows (speakers notes).

Alt:

Check what the connection in revealjs is to the popup and what code make the 'next slide' view different from the 'current slide' view.