arvgta / ajaxify

Ajaxify - The Ajax Plugin
https://4nf.org/
274 stars 124 forks source link

Bug in slideshow fixed #164

Closed arvgta closed 5 years ago

arvgta commented 5 years ago

After at least one year of having it shut off, I have decided to re-enable the slideshow(it kicks in after 60 seconds of user-inactivity) on the Ajaxify demo site, albeit in a simplified form:

However, there now is a bug visible, that I was not aware of before - here's how to reproduce it:

  1. Traverse to any sub-page
  2. Wait for 60 seconds for the slideshow to commence
  3. Let the slideshow operate for a few seconds
  4. Press the "back" button(several times) -> the user-experience will be heavily distorted

It's worth mentioning, that everything is fine, when the slideshow kicks-in without the user having visited any sub-page.

The issue is obviously, why is the user-experience distorted? (in every browser I tested)


EDIT: Solved


EDIT: Slideshow now documented