-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Hi:
Looks like we have a bug on mouseup event.
#1. MouseDown GShape A
#2. directly move to GShape B
#3. loosen fingers
the GShape A MouseUp event not trigger.
I think it's related to when I loosen fingers,the target element move to B, not A.
I think we need a Global event manager to handle it for 100% make sure the event mouseup can be happen after mousedown happed, alright ?
maybe we need store the last GdisplayObject on class State when MouseDown happened and focus use the cached GdisplayObject to trigger mouseup ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels