The function theme_panels_ipe_toolbar does not close one div, what causes other other module's markup to be placed in unexpected positions in DOM.

I had the problem with the admin menu sometimes being rendered at the bottom of the page (inside the panles ipe toolbar).

I will attach a patch that fixes this issue

Comments

pixelmord’s picture

StatusFileSize
new481 bytes

Here's the patch

pixelmord’s picture

Status: Active » Needs review

forgot to change status....

steven jones’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed this issue and that this patch fixes 3.0.

The admin menu only sometimes appears 'stuck' in the editor because if the user has the 'has_js' cookie set then admin doesn't dump all the links into the page request, and so it all appears to work nicely.

travisc’s picture

confirmed this patch works, IPE and admin menu is broken without it.

populist’s picture

This patch also worked for me.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

This was taken care of as part of another recent commit.

Status: Fixed » Closed (fixed)

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