I have stumbled on a possible Bug: if I click on the Sliders too soon they won't work. Only if i wait ~2 seconds they appear to work correctly.
I have reproduced the bug with a clean Joomla 3.10.10 installation with no other plugins installed and only a lorem-ipsum text in the sliders.
See video demonstration:
imgur.com/vYZnaXj
I load the page and click immediately -> nothing happens
I reload the page, wait 2 seconds -> it works
I reload the page, click immediately -> nothnig happens
I reload the page, wait 2 seconds -> it works
The page needs time to fully render and the scripts need to load. Depending on your server, connection and what else is on the page, this could take a few secs.
Not much I can do about that.
Thanks. Sliders v8.2.4-dev2405792 work significantly faster on a "clean" install, so the problem is not appearing.
However on the "real" websites, with other stuff loading there is still a significant delay (multiple seconds) until it becomes clickable, whereas the v8.2.0 works basically instantaneous.
Not sure if it helps, but I added a little something that might fix this.
The change since v8.2.0 is that the correct hidden="hidden" attribute is added to the inactive slider content elements. This is necessary for accessibility reasons (screen readers).