I installed JSTools, activated it together with collapsiblock. The block can collapse et al, but when trying to access the site at all, Safari (v2.0.4) crashes and Firefox (v2.0) shows the following 'error':

"Warning: unresponsive script / A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete."

I'm running Drupal 4.7.4, no hacks, clean urls enabled, with the following contrib modules: event, excerpt, image, img_assist, jstools, poormanscron, taxonomy_context, urlfilter, views.

Is it me or are others also experiencing this?

If other info would be helpful to solve this issue, please ask. Thanks.

Comments

brunodbo’s picture

I thought this could be helpful:

The Javascript console in Firefox shows a bunch of similar errors regarding to JSTools' stylesheets:

"Warning: 'Unknown property 'zindex'. Declarationn dropped." (source file: jstools.css)

It also shows this for the following properties:

- fontSize, fontFamily, filter (jstools.css)
- cursor (collapsiblock.css)

brunodbo’s picture

OK, I removed the properties that caused the errors above from the stylesheets, but the problem is still there... Anywhere else I can look?

brunodbo’s picture

Disabled collapsiblock.module, the problem's gone. Moreover, the problem (with collapsiblock enabled) only occurs on the front page.