Closed (fixed)
Project:
Drupal core
Version:
6.5
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Oct 2008 at 04:57 UTC
Updated:
5 Nov 2008 at 10:55 UTC
I'm creating a custom layout, and for this layout I want to add curved borders. I've found a JS script called Curvy Corners that will allow me.
However, whenever I run the function, either by window.onload, $(document).ready or Drupal.behaviors it causes the collapsible framesets to stop working (unexpandable). I have no idea why this happens, however when I look at the source code is see the collapse.js have been load so I don't know what the issue.
If I remove my JS file it works fine. Any ideas / fixes?
Comments
Comment #1
NRaf commentedI've fixed the issue. I was using the curvyCorners (www.curvycorners.net) code. It turns out there's a setting for the borders. If you set autoPad to true it seems to break the Drupal JS code. Setting autoPad to false fixes the issue.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.