-
Notifications
You must be signed in to change notification settings - Fork 284
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
only one of dblclick or click event is triggered #482
Comments
coleea
changed the title
zoomview.dblclick event is not triggered sometimes.
only one of dblclick or click is triggered
Mar 28, 2023
coleea
changed the title
only one of dblclick or click is triggered
only one of dblclick or click event is triggered
Mar 28, 2023
I have not been able to reproduce this problem, using the demo pages. If I double-click on a segment, I see these events:
When I double-click where there is no segment, I see these events:
|
@chrisn thank you for answer. I will check demo and create new project for testing |
In case it helps, I think that the relevant code in Konva that generates click and dblclick events is here. |
Related: #553 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version : 3.0.0-beta.8
when I double-click in zoomview, Sometimes only one of dblclick or click event is triggered.
Sometimes both dblclick and click event triggered. But sometimes only one of dblclick or click event is triggered.
I don't know by which condition the only one event is triggered.
I attach a video.
in this video, console.log on chrome devtools outputs each event
KakaoTalk_20230328_111926220.mp4
Clicking on a particular timeline triggers only one of click and dblclick
I don't know why both click and dblclick won't trigger
You can test via https://rumpus-six.vercel.app/
And if this is a bug, I want to fix this. I would appreciate it if you could let me know which source code I should refer to
The text was updated successfully, but these errors were encountered: