This issue was originally reported over in the plugins.jquery.com site here.

Please see that site for links to the screenshots and such.

In the end, the issue ended up being quite simple (although not as simple to track down!)

In system.css in drupal, there is a CSS setting of:

html.js fieldset.collapsible { position: relative; }

That entry was what was causing the "offset".

Adding an entry of:

html.js fieldset.collapsible { position: static; }

fixed things.

I do not know why that is causing the problem since I didn't write the original plugin, but it appears it is an issue.

I though I should make a note of it here just in case someone else runs into a similar issue.

Andrew.

Comments

dcyuri7’s picture

Thank you so much!!!

I've been trying to sort this out for nearly 3 hours.

kleinmp’s picture

Status: Active » Postponed (maintainer needs more info)

Is this offset issue still occurring for anyone? I'm not getting it in firefox as is reported in the issue on the jquery site, and the attached images are gone now. This was also a much older version of firefox.

mkadin’s picture

This little CSS stylesheet has been added to the sheetnode module as well. It beaks the Views UI. I'd advise against it.

pifagor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)