FsReveal icon indicating copy to clipboard operation
FsReveal copied to clipboard

WS update fails 'next slide' view in speakers notes

Open haf opened this issue 9 years ago • 2 comments

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.

haf avatar Jun 10 '15 07:06 haf

any ideas how to fix that?

forki avatar Jun 10 '15 07:06 forki

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.

haf avatar Jun 10 '15 09:06 haf