jquery.tabIndex.js was broken, not it works (for the first time?)
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 22 May 2011 23:52:16 +0000 (23:52 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 22 May 2011 23:52:16 +0000 (23:52 +0000)
commitafaf4e39db993b6b03650732fe58f1a79c913bd2
tree7122f65cfdfd5edf9cea6351fe52236bd8e40688
parent3db279c3743da0f2ed05ff2d1d18879dcf83bce1
jquery.tabIndex.js was broken, not it works (for the first time?)
* Defaulting to null
* Setting to initial value during first iteration (instead of outside the loop), that way we dont have to set minTabIndex to some insane high value to let if (  .. > .. ) work
* (bug 29048) jQuery.tabIndex: firstTabIndex() outputs the same as lastTabIndex()
* Added extra <textarea> to test suite to make sure the 'correct answer' is not the first or last element
resources/jquery/jquery.tabIndex.js
tests/qunit/index.html
tests/qunit/suites/resources/jquery/jquery.tabIndex.js