Hi All,
I’ve been running into the same issue as described in this thread:
Event calender PRO – drag and drop widget failed in IE9
That thread has been closed. Not sure if it’s been fixed by the tribe guys yet, but I couldn’t wait with this bug in production. You need to close a label tag in two files:
/events-calendar-pro/admin-views/widget-admin-featured.php
Add a </label> tag at the end of line 13.
/events-calendar-pro/admin-views/widget-admin-advanced-list.php
Add a </label> tag to the end of line 49.
Adding these tags should fix the drag and drop issues in IE. Note that it’s not a best practice to edit the core plug in files, so do so at your own risk. I’m just posting this here to hopefully accelerate the fix in a future sanctioned version of the plug in as well as to help anyone stuck with this in production.
-Steve