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
Comment #1
dcyuri7 commentedThank you so much!!!
I've been trying to sort this out for nearly 3 hours.
Comment #2
kleinmp commentedIs 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.
Comment #3
mkadin commentedThis little CSS stylesheet has been added to the sheetnode module as well. It beaks the Views UI. I'd advise against it.
Comment #4
pifagor