I have created a child master which references a parent master. I have deployed this as a feature and stapled the feature to many site definitions.
When I turn on the feature, both my parent and child masters are rendering correctly - everything is as it should be.
However, when I open up SharePoint designer and customize child.master, it then sort of "removes" 4 contentPlaceHolders - PlaceHolderMain is one of them. When I say "removes", what it does is it does not render any information that should be inside of that placeholder. So in this case, I get the error that it can't find any web part zones and it's closing all my web parts. And my Edit Page menu is gone.
I view source on the page and I find that nothing is rendered just in those 4 tags. However, when I re-open the child.master in designer, the contentPlaceHolder tags are all there.
Does anyone have any experience with nested masters, and if so, any problems with modifying the child master via SharePoint Designer?
Thanks in advance.