I tried with Chrome and Firefox, got same result: I can not edit the webform fields as the editing area rolls to hide whenever I try to see it. Weird bug, I first thought that it is because of Chrome or some plugin, but it happens just the same way on Firefox (I'm using Windows).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | form_builder-palette_scroll-1987332-5.patch | 523 bytes | grahamc |
| #4 | rolls-past-editing-form-1987332-4.patch | 620 bytes | roam2345 |
Comments
Comment #1
Seph commentedI have the same thing happening and I am on a Mac running MAMP. It doesn't matter which browser I use.
Comment #2
ancym commentedSame here, Windows Chrome and Firefox. Also Opera.
Seems a bit more important than normal to me, since form cannot be edited if the fields cannot be displayed.
hmm - by reducing the text font size, i can at least get to most of the fields - but still jumps around so not really usable, oh well.
Comment #3
roam2345 commentedGotten this my self and tracked it down to the JS function Drupal.behaviors.formBuilderBlockScroll.attach in form_builder.
The calculation is off on this.
Change it to this and you can get around it for now.
Comment #4
roam2345 commentedHere is a fix that simply removes that for now... until that calculation can be fixed. (against head dev)
Comment #5
grahamcThe way this is supposed to work is with a patch to Form Builder. I found the attached hunk in the annals.
(Of course, it would be nice if it worked without depending on patches...)