I've got an a tag, which links to another page. When the user clicks on this link, I have a mouseDown event fire, which applies a little translateZ to the element.
Strangely though, after the translateZ, the mouse up or click event (which relies on mouseup) doesn't fire.
Seems to work fine in Firefox, but not chrome.
Here is a little jsfiddle showing my problem: http://jsfiddle.net/8LMzb/9/