I am having this problem with webpart in our Sharepoint 2010 site. There are tabs with links like this one:
<a id="ctl00_m_g_d9ca320c_03e7_455c_9233_3c23891113ed" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$m$g_d9ca320c_03e7_455c_9233_3c23891113ed$Itella", "", true, "", "", false, true))">
After the user clicks on such link page title goes missing. It just disappears from title tag inside head tag. Sharepoint still has this title in metadata, and after refreshing whole page title is back again. I have a feeling that this javascript function is not working well or settings inside are not good. Also it looks like this is generated by sharepoint.
How can I prevent title to disappear?