Hi,
I have a slider with external buttons. The layout is
Row (with data-x-slide-context attribute)
Column 1 (buttons with data-x-slide-goto attribute)
Column 2 (with the slider)
It works, but there are two problems:
- Accessibilty: The buttons are tabbable, but pressing enter while the button is selected does not change the slide. Clicking the button works. Is there an additional setting to enable this?
- Potential bug with several sliders: I duplicated the row, and the buttons work for their own slider, without changing the displayed slide in the other slider - as expected. However: when I click a button in the lower slider, while it updates the slide of the lower slider, it scrolls back up to the upper slider.