IE7 max tabindex problem #microsoft #fail
daniel posted this on Feb 25th 2010 at 12:30 pm under Scripting, Windows
It took me an hour to debug some jquery in IE7. I was making a tab-navigation. When you click a tab it hides the content of the other tabs and shows the content of the clicked tab. Quite easy with jquery right? In all browsers except IE7 (I banned IE6 a long time ago..)
One of the tabs had a tabindex of 99999.
I added an alerts to display the value of tabindex attribute...
IE7 seems to have a max tabindex value of 16959!
Why? Only Bill Gates knows why....