JQuery UI sortable is slow in IE8, but works good in IE7 and IE8 compatible mode
JQuery UI sortable (including demos) are slow in all IE8 I can test, but runs smoothly in IE7 and IE8 compatible mode开发者_Python百科. The more complex is a markup on the page, the more IE8 is slowing down (that's I can understand, the DOM tree became more complex).
I'm using JQuery 1.3.2 and JQuery UI 1.7.2 (tested with 1.7.3 -- the same story).
I've found a lot of similar reports (for the new JQuery UI 1.8.x with JQuery 1.4 too), but no answers.
May be there is a some solution (EXCEPT turning IE8 into IE7 compatibility mode by metatag or header). Thanks in advance!
I'm sure you figured some solution out by now, but just in case others are reading this. I think the answer is upgrade to jQuery 1.4 and jQuery UI 1.8. These are significantly faster than their predecessors.
For sites where you have dependencies on jQuery 1.3, you may be able to get by with upgrading to 1.4 and using the backwards compatibility plugin:
https://github.com/jquery/jquery-compat-1.3
精彩评论