guikubivan / Public-Media-Wordpress-Plugins

A repository for Wordpress plugins meant for public media websites.
6 stars 0 forks source link

12 - wpss: tab order with multiple slideshows is wrong #12

Closed guikubivan closed 13 years ago

guikubivan commented 13 years ago
What steps will reproduce the problem?
1. enable multiple slideshows, edit post, make more than one slideshow, use the tab key to go 
between fields.

What is the expected output? What do you see instead?

It should go between the fields down the page; instead it alternates between the slideshows.  The 
taborder should be changed so that this does not happen.


Original link: http://code.google.com/p/ipm-wordpress/issues/detail?id=12
benabus commented 13 years ago

fixed using a global variable to keep track of the tab order that is being used by the slide show. Every time it prints a tabindex attribute, it bumps that global up by one so there's never any repeats.