Dangerous JS code on main Yahoo page
On main Yahoo page you have JS code like:
window.onload = function() {
  var astroBodyText = document.getElementById("astroBodyText");
  ...
  while (astroBodyText.scrollHeight > astroBodyText.offsetHeight) {
  }
}
For some systems (depends on installed fonts) condition:
  astroBodyText.scrollHeight > astroBodyText.offsetHeight
always true, that's why your main page is stucking :-(
Please fix this condition or add condition for exit from loop.
                262nd
                ranked
              
            
- 
      
Anonymous
    
 commented
    
  any changes for this bug?
 - 
      
Anonymous
    
 commented
    
  need to fix
 - 
      
Anonymous
    
 commented
    
  please, fix issue!