If you are building a custom master page, and you happen to include a line that looks like this:
1) Dragging and dropping of web parts no longer works.
2) The tooltips for the ribbon buttons have a double border that displays awkwardly for the bottom and right side
Make sure to follow what is provided in the existing v4.master;
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="IE=9">
The web part manager on the page may not actually save changes made when
dragging and dropping web parts to different zones. This is because
SharePoint 2010 has known limitations with IE9:
1) Dragging and dropping of web parts no longer works.
2) The tooltips for the ribbon buttons have a double border that displays awkwardly for the bottom and right side
Make sure to follow what is provided in the existing v4.master;
<meta http-equiv="X-UA-Compatible" content="IE=8">
IE=8 vs IE=9.
On a further note:
The only browsers fully supported by SharePoint 2010 are IE 7 and IE 8.
IE 9/10, Chrome, FireFox are supported with known issues.
IE 6 is definitely -not- supported. The main reason is due to the way
the master page encapsulates content in a scrolling div, as well as many
other java script and CSS related items that were introduced in the new
specifications.
Related Post
SharePoint 2010
- List view render using JSLink with Fabric UI
- Delete Quick Links using Powershell
- delete/Add Top Navigation Links using Powershell
- PowerShell::Get Content Database Size in SharePoint
- PowerShell :: Delete All List Items
- Basics: Difference between Synchronous Events and Asynchronous Events in SharePoint
- Remove-SPSite 0x80070003 - Forcely delete Site Collection that cannot be deleted
- This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
- Restore-SPSite: The operation that you are attempting to perform cannot be completed successfully.
- Get List Field Type using ECMA Script in SP Hosted Apps
- SharePoint Interview Questions and Answers..
- What are Event Receivers and How to Create Sample event Receivers and attach to List/ Doc Library ?
- Export SharePoint Search Crawl log to CSV File.
- Create Content Type using ECMA Script
- Get List Content Types using ECMA Script
- SharePoint Modal Dailoge to Open Page
- SPDataSource in SharePoint.
- Capacity planning and Sizing in SharePoint 2010
- Enable 'Save site as Template' in Publishing Sites by using SharePoint Designer
- Read Enhanced Rich Text Values in SharePoint
- What is Web part life Cycle in SharePoint 2013 and SharePoint 2010
- How to Hide Controls in SharePoint New Form Based on User using ECMA Script.
- What is the Content Type for Custom List in SharePoint 2013, SharePoint 2010
- What is calculated column in SharePoint 2013 ,2010
- Create Meetings by using Exchange Server API
0 comments:
Post a Comment