tritem[indexB].setAttribute($.ui.ufd.classAttr, classString); - this line in
overwriteClass is an issue.
The code tries to be too smart and fails - checking for $.support.style is not
equivalent to checking for class/className support. In IE8, $.support.style is
still false, but setAttribute('className') is not supported anymore.
Replacing .setAttribute() with .className fixes the problem.
Original issue reported on code.google.com by LeonidKh...@gmail.com on 17 Feb 2012 at 6:40
Original issue reported on code.google.com by
LeonidKh...@gmail.com
on 17 Feb 2012 at 6:40