The button acts on mousedown, which is only half a click. Is there a way to change that to mouseup, to help prevent accidental triggering?

I'm using a snapshot of the repo, downloaded today (2/14).

Comments

clemens.tolboom’s picture

Issue summary: View changes

As the button is just a core field

function _button_field_build_element($id, $instance, $entity_type, $entity) {
...
 $element = array(
    '#type' => 'button',

this is not a module bug.

Slightly related #1705618: Double click prevention on form submission