acolangelo/jPanelMenu

Body content in iFrames disappear

Opened this issue · 1 comments

On Line: 487

When the body content is moved inside the created wrapper DIV, it also selects any other body tags which effects any iFrame that contains a body tag.

For example I had google ad tags who's body content disappeared completely after JPanelMenu is initialized.

The work-around we use is creating the JPanelMenu div manually in our html, and commenting out that line.

A suggestion would be to be more selective in selecting the body tag, however even with a specific #id selection, it still moved any iFrame's body which I don't fully understand.

I am having the same issue, was there ever a fix for this?