tabindex issues with 3.62.0
-
Updating MetaSlider from 3.61.0 to 3.62.0 caused all links on a page with a slider to receive tabindex=-1.
The problem code appears to be:
$('a').attr('tabindex' , '-1'); $(document).on('keyup.slider', function(e) { });
The issue was resolved by re-saving all our sliders. Just a heads up and a tip for other users.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘tabindex issues with 3.62.0’ is closed to new replies.