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

NRaf’s picture

Status: Active » Fixed

I'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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.