See the attached screenshot, please. I figured out this is caused by the following CSS setting. After i disabled the width the problem goes away. I think this fieldset's should be placed inside a 2 column div like panels layout with 2 columns. this would be cleaner.

panels_admin.css (line 33)
.layout-container fieldset {
width:98%;
}

CommentFileSizeAuthor
panels2_admin_fieldset_moving_outside.png12.46 KBhass

Comments

merlinofchaos’s picture

Yea, it should be; kind of difficult with forms, though. Not impossible, just more work.

Does this still happen? I've made some changes to the CSS that might affect this; but I am not sure.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)
hass’s picture

Version: 5.x-2.0-alpha11 » 5.x-2.x-dev
Status: Postponed (maintainer needs more info) » Active

I tried today dev version and looked on page "admin/panels/panel-mini/add/twocol" and the problem is not fixed.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Well, I'm not seeing this in any of the default themes, and I'm not feeling terribly responsible for whatever theme you're using. I recommend fixing it in theme, as I do not like the 98% solution. That's not correct.

hass’s picture

Status: Closed (won't fix) » Active

If you remove the with line in the following CSS the problem goes away. I think this is a CSS incompatibility / bug, nothing more. Please take a look if you are able to remove the 98% width. If not let me know i will look deeper inside this 49% width's of .layout-container (what looks wrong, too) and i will find what bugs here.

[panels_admin.css (line 34)]

.right-container fieldset, .layout-container fieldset {
  width:98%;
}
merlinofchaos’s picture

Status: Active » Fixed

Ok, I am convinced. I was hasty. I'm not sure what's up with that 98%, but it might have had something to do with Safari. Will need to doublecheck that on Safari. It has weird issues with the fieldsets sometimes.

hass’s picture

I have no idea what safari does here, but if there is something broken, let me know i have a perfect solution named "subcolumns"... or you place the fieldset's inside your 2 column panel and this problem should be gone, too. thx

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.