- Issue created by @blasoliva
- Status changed to Needs review
7 months ago 4:37am 20 November 2024 - 🇨🇦Canada joseph.olstad
Jammed this into an MR to improve IPE
the MR is here:
https://git.drupalcode.org/project/panels/-/merge_requests/29#note_412079
The widget forms are not scrollable when the #toolbar-item-administration-tray
is not visible due to setTopMaxHeight
function returning undefined
value. In Javascript, any arithmetic operation involving undefined results in NaN
.
Use Panels IPE Form to add content to page.
Ensure that the used_height
variable is not NaN
.
Active
4.0
In-Place Editor (IPE)
Jammed this into an MR to improve IPE
the MR is here:
https://git.drupalcode.org/project/panels/-/merge_requests/29#note_412079