This rather annoying problem only affects the D6 version of Form Builder. When you start dragging a field (an existing one, not a new one) Chrome will select all the text on the page below where the cursor is. Looks like the mousedown() event is getting triggered and handled incorrectly. This patch fixes it with a bit of a hack, but I can't see how it would cause any new problems.

CommentFileSizeAuthor
form_builder_mousedown.patch633 bytesquicksketch

Comments

quicksketch’s picture

Priority: Normal » Minor
Status: Active » Fixed

Committed to 6.x-1.x branch.

quicksketch’s picture

Status: Fixed » Active

Well that fix caused a pretty major issue that you couldn't actually click on any elements while editing a field. Haha. I rolled it back. We'll need to find a different solution for Chrome. Other browsers still seem to work fine.

torotil’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)
Issue tags: +form_builder-6.x-wontfix

It seems that I'm the only active maintainer of form_builder at the moment and I'm not supporting 6.x-1.x since I don't use Drupal 6. Is this also reproducible in 7.x-1.x?