Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric Group SubTarget inconsistent behaviour #3906

Closed
kevinfarrugia opened this issue May 4, 2017 · 1 comment · Fixed by #3909
Closed

Fabric Group SubTarget inconsistent behaviour #3906

kevinfarrugia opened this issue May 4, 2017 · 1 comment · Fixed by #3909
Labels

Comments

@kevinfarrugia
Copy link

Version

1.7.11

Test Case

http://jsfiddle.net/896futf0/4/

Steps to reproduce

  1. Create a canvas
  2. Create an object
  3. Create another object
  4. Add both objects to a group and set subTargetCheck: true
  5. Add an event listener to each item
  6. Click on either item
  7. Click on either item again (without deselecting)

(Note that it works well if the group is set to selectable: false

Expected Behavior

Event should trigger twice in total, once on each mouse down.

Actual Behavior

Event is triggering multiple times when object is active without consistency.

@asturur
Copy link
Member

asturur commented May 5, 2017

yes the mouse move is interfering with it. i will try to fix it. the event is fired hundres of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants