You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: