My firefox version is 32.0
And I use dhtmlxtabbar.js - version v.3.6
tabbar.setTabActive(“name”);
When the browser encounters the above statement it hangs the firefox browser and then the entire system is stuck.! Then I have only one option to restart my system to get out of the crash.
The same statement working fine in google chrome browser.
Please suggest me a fix for this problem.
Note : In dhtmlxtabbar.js It stops the browser while encountering the given line in b.autosize function, it neither throws any error, just hangs the system.
cells:function(a)
{
b.autoSize=function()
{
// other statements …
// The belove line stops the further execution and stops the browser and system
if(c._ahdj)c._tabAll.style.height=c.entBox.style.height=b[1]+c._rows.length*(c._s.line_height-2)+(c._s.expand?0:2)+2+“px”,a.style.height=b[1]+“px”;
}
}