Closed (fixed)
Project:
Form Builder
Version:
7.x-1.x-dev
Component:
Form Builder Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 09:18 UTC
Updated:
15 Feb 2012 at 09:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| form_builder_no_toolbar.patch | 650 bytes | quicksketch |
Comments
Comment #1
quicksketchCommitted to both releases.