Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

tap event is not cleared when mouseup happens outside target #6692

@fabiopicchi

Description

@fabiopicchi

Couldn't find any report regarding this issue. The simple code below triggers the problem:

$("#test_div").on("tap", function ()
{
    console.log("TAP");
});

If you click on "test_div" and release the mouse button outside it the tap event is not triggered, but neither is it cleared. If you click on "test_div" again, the tap event will be fired twice.

----EDIT----

JSBin test page:
http://jsbin.com/ofuhaw/814/

Tested on the desktop versions of Firefox, Chrome, Internet Explorer, Opera and Safari.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions