Active
Project:
Javascript Tools
Version:
4.7.x-1.x-dev
Component:
Collapsiblock
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2006 at 13:31 UTC
Updated:
25 Nov 2006 at 13:55 UTC
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
Comment #1
brunodboI 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)
Comment #2
brunodboOK, I removed the properties that caused the errors above from the stylesheets, but the problem is still there... Anywhere else I can look?
Comment #3
brunodboDisabled collapsiblock.module, the problem's gone. Moreover, the problem (with collapsiblock enabled) only occurs on the front page.