Hi folks,
I have got an issue with our beloved browser IE (all versions) and the tab ui control from jquery. I load my content for the tabs with the ajax option. Problem now is that i have to do that synchronously so each request after another cause async. doesnt works for me or just very buggy. But this is not the problem. The issue is that IE dont apply the ui-state-processing before its locks down every execution of over jquery code. It seems that IE behaves here differently than all the other browsers. It is kind of wierd cause once the request is finished the processed the class gets applied on the tab element just to disappear instantly cause everything is done.
Has anyone a idea what this could be ? known issue ?
Btw, it works perfect when i set the async option to true.
Tee