Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Multiple stamped / active pages #41

Closed
bedeoverend opened this issue Dec 5, 2016 · 0 comments · Fixed by #42
Closed

Multiple stamped / active pages #41

bedeoverend opened this issue Dec 5, 2016 · 0 comments · Fixed by #42

Comments

@bedeoverend
Copy link
Contributor

So it seems that when selecting a page, then moving away from it before the required HTML is loaded, it will still stamp and select the previously selected page, but also stamp and show the newly selected item as well.

e.g. these sequence of events:

  1. Select 'foo', which requires foo.html
  2. Starts loading foo.html
  3. Select bar, which requires bar.html
  4. Starts loading bar.html
  5. bar.html loads
  6. Bar is stamped and shown
  7. foo.html loads
  8. Foo is stamped and shown

Given this line here I don't know how this is happening, but it appears it is.

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

Successfully merging a pull request may close this issue.

1 participant