The palette block doesn't seem to scroll when Toolbar module is not enabled. Oddly this doesn't affect D6 sites, despite the fact that the exact same line is in the D6 version but no D6 sites have Toolbar module installed. It's probably a difference between jQuery versions that earlier versions would return a height() value of 0 for non-existant elements, but newer versions return NaN (not a number).

This patch prevents the breakage by only adding the number if something was returned.

CommentFileSizeAuthor
form_builder_no_toolbar.patch650 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed

Committed to both releases.

Status: Fixed » Closed (fixed)

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