Checking out the problem, I found that v4.master includes three lines of code that the starter master pages don't:
Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Import Namespace="Microsoft.SharePoint.ApplicationPages"
Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Import Namespace="Microsoft.SharePoint.ApplicationPages"
1 comment:
Hi!
I had the same problem after moving the PlaceHolderPageTitleInTitleArea content placeholder to the hidden asp:Panel area.
The problem was solved by putting the placeholder in a DIV with display:none.
Cheers!
//hansebs
Post a Comment