Recently i have created a master page based on the StarterMaster page giving in the Codeplex/Msdn. But i got a problem that InfoPath forms are not working in the master page i created.
By analyzing the V4.master page i found that Body tag Java Script is different.
<body onload="javascript:if (typeof(_spBodyOnLoadWrapper) != 'undefined') _spBodyOnLoadWrapper();">
Comments
Normally when we create our custom master pages we no not call that JavaScript method. therefore it wont layout the infopath forms correctly. so if we call that method in the page load InfoPath will work correctly.