JQuery UI Dialog slow

后端 未结 8 1526
夕颜
夕颜 2021-01-17 22:48

I\'ve recently ran into a bit of a pain. I\'ve been using the JQuery Dialog box to display some configuration screens in a web app. Nothing too special. However I have a cou

8条回答
  •  粉色の甜心
    2021-01-17 23:14

    I've face this problem and found the solution here: http://forum.jquery.com/topic/select-in-dialog-causes-slowness-in-ie8

    Just had to set the dialog draggable and resizable options to false.

提交回复
热议问题