Hello,
when the compatibility settings are above IE=10 the web parts cannot be moved between/within the web part zones.
Steps I have done to reproduce this on clean environment:
- Created a new sharepoint publishing portal
- Tested on the default page that web parts can be moved in IE 11
- Downloaded the master page seattle from gallery
- Replaced the following line:
<meta http-equiv="X-UA-Compatible" content="IE=10"/>
with:
<meta http-equiv="X-UA-Compatible" content="IE=11"/> - Uploaded the master page to the gallery.
- Published major version.
- Entered edit mode on the default page.
- The web parts cannot be drag'n'dropped.
Do you have any idea about a fix for this?
Thanks.