tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

Accessibility issue with number of slides read in live region

Open mollylentz opened this issue 5 years ago • 6 comments

Issue description: There's something wonky happening in the aria-live region where it will say "slide 6 of 5" which is confusing since there are only 5 slides.

Browser name && version: all browsers

mollylentz avatar Sep 06 '19 19:09 mollylentz

May I know the slider options?

ganlanyuan avatar Sep 06 '19 19:09 ganlanyuan

Of course - here you go:

var homeSlider = tns({ 
  container: ".homeSlider",
  autoplay: true,
  speed: 1000,
  autoplayTimeout: 5500,
  lazyload: true, 
  controls: false,
  autoplayHoverPause: true,
  autoplayPosition: "top",
  autoplayButton: "#pausePlayBtn",
  autoplayText: [
    playIcon,
    pauseIcon
  ]
});

mollylentz avatar Sep 09 '19 13:09 mollylentz

I fixed this in https://github.com/Abdull/tiny-slider/tree/gesis .

Abdull avatar Apr 02 '20 12:04 Abdull

The issue can be noticed on TNS demo page as well. http://ganlanyuan.github.io/tiny-slider/demo

Chi-teck avatar Jun 03 '20 19:06 Chi-teck

Was this ever fixed? I have the same problem, when the loop setting is set to true.

vasiliki-b-zz avatar Feb 05 '21 23:02 vasiliki-b-zz

I fixed this in https://github.com/Abdull/tiny-slider/tree/gesis .

how to contact you sir ?

artezy88 avatar Jun 07 '22 22:06 artezy88