I am experiencing problem with Firefox 32 when I bind action on click event of span element inside a button element. Other browsers seems to works well.
Here the cod
Add a pointer-event to your button in css like:
button span { pointer-events: none; }
Clicks on the button element will be ignored