In the cart, remove product and update card buttons are binded to mousedown jQuery event.

If I click over all buttons of other forms, when release mouse button outside the element, no actions are fired. So, it's better bind to click().

Comments

DnaX’s picture

Title: Bind update events to click() instead of mousedown() » In the cart form, bind update events to click() instead of mousedown()
acidpotato’s picture

Would you have a patch for this? Sounds like a good idea.

tterranigma’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new466 bytes

I agree that a click event is more intuitive.