Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Behavior - Access tabs are collapsed and unusable


Go to End


2 Posts   1333 Views

Avatar
entercow

Community Member, 13 Posts

21 January 2010 at 9:23am

Hi guys -

I've had this same problem on a couple different installs, not sure what is causing it.

The Behavior/To-Do/Reports/Access tabs are all unusable because the content pane is only drawn a few pixels tall. See screenshot:

http://screensnapr.com/u/tlm3eo.png

This only happens on some page types, not all. I've looked VERY closely comparing details of the page types as well as the _config.php file and see nothing relevant. The last site this happened on I had to completely reinstall to solve the issue - really don't want to do that. I just upgraded to the latest release on this site and the problem persists.

The CSS for the tab has an inline property which is being set wrong (see below). I haven't edited anything relating to CMS backend, or any core.

<div class="tab current" id="Root_Behavior" style="display: block; height: 0px; ">

So why is height being set to 0px, and where can I track down this issue?

Thanks!

Avatar
Willr

Forum Moderator, 5523 Posts

21 January 2010 at 11:37am

Perhaps post the code for the affected page types?. What happens if you remove custom code from that file bit by bit. If its just a blank file does it work?. This should narrow it down to a specific form field which is causing the error.