LLLLLLL Posted August 23, 2011 Share Posted August 23, 2011 This is my development box: http://neucart.com/demo/. Items can be dragged/dropped into the cart (grab the image). This fails in ie9. The issue is known and addressed here: http://forum.jquery.com/topic/jquery-ui-sortable-and-draggable-do-not-work-in-ie9 I tried to add the hotfix. Doesn't work. I tried to upgrade all of my jQuery library but that made things worse (drag/drop failed on all browsers). I'm more of a server-side developer; can someone help me out? Quote Link to comment https://forums.phpfreaks.com/topic/245533-jquery-dragdrop-fails-on-ie9-confused-about-hotfix/ Share on other sites More sharing options...
JonnoTheDev Posted August 23, 2011 Share Posted August 23, 2011 I've had this issue. Add the following header to your page: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Quote Link to comment https://forums.phpfreaks.com/topic/245533-jquery-dragdrop-fails-on-ie9-confused-about-hotfix/#findComment-1261086 Share on other sites More sharing options...
LLLLLLL Posted August 23, 2011 Author Share Posted August 23, 2011 A great solution! I see this works, but I need to ask... does it change anything else? I wouldn't want that one line to cause other unforeseen issues. Quote Link to comment https://forums.phpfreaks.com/topic/245533-jquery-dragdrop-fails-on-ie9-confused-about-hotfix/#findComment-1261087 Share on other sites More sharing options...
JonnoTheDev Posted August 23, 2011 Share Posted August 23, 2011 shouldn't cause any problems. just use it on the page you have the issue with Quote Link to comment https://forums.phpfreaks.com/topic/245533-jquery-dragdrop-fails-on-ie9-confused-about-hotfix/#findComment-1261090 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.