SuiteCRM module builder layout view bug

Hi everyone,

I noticed one bug with the studio as well as module builder. when we create more field and the list overlap with the footer and second thing it also freeze the edit view or detail when you use more number of panels. its very hard to get the last panel. can anyone suggest me how to fix it.

Hi,

Are there any Errors that show in the Console when this occurs?
What version of SuiteCRM are you running? You can check by hovering over your name on the top-right and selecting “About”

There are a few Studio Issues being worked through and resolved on our Github: https://github.com/salesagility/SuiteCRM/issues?utf8=✓&q=is%3Aissue+is%3Aopen+studio
However, for the time being, It may be worth changing to the other theme, SuiteR, and checking if the errors occurs in that theme too.

Hello crmconsultants,

Similar problem has already been referenced as issue #383 (Studio Admin - intermitent issue with edit view) on the SuiteCRM github branch:
https://github.com/salesagility/SuiteCRM/issues/383.

First of all go here: themes/SuiteR/css/style.css line 4351 and add #toolbox {overflow: auto;} (change your path accordingly if you don’t use SuiteR theme). This css rule will stop the form from changing its position.

Go to admin and do Quick Repair and Rebuild.

Now even though the form is fixed to the same position, it does not display any changes after you click save and deploy. To fix this problem, you can apply the fix I proposed here:
https://github.com/vladbar/SuiteCRM/commit/c511ca5a37e5f2bde77ddeea23c3a4f89368b166 .

Please, let us know if the proposed fix is of any help to you.