For a form that was "arranged" by this module, vertical tabs look fine after save when javascript is enabled.
Using something like noscript, I can disable javascript to see how the form looks without javascript.

The vertical tab boxes are drawn off the page and are partially stacked on top of each other and the submit button.
I attached a screenshot of this using the bartik theme.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

richardp’s picture

Ah, I see what you mean. The problem is that Arrange Fields really does require javascript to be enabled in D7, because of the vertical tabs. Basically, I do not know server-side if it is disabled or not, so I have to just assume that it is, and I output the various CSS styles which apparently are causing problems with Vertical Tabs.

I'm not too sure what I could do to prevent that. I'm open to suggestions!

Richard

richardp’s picture

Status: Active » Closed (works as designed)

-- closing this issue, as I never saw a way around it. If anyone has any fresh ideas, feel free to re-open.