-
Notifications
You must be signed in to change notification settings - Fork 296
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
Handles and filters #8
Comments
Hello, That's a very good question. I'm not familiar with jQuery UI draggable. Does it listen in capture phase? If yes, then you can just call Otherwise, I have this same question in the code: Lines 377 to 380 in 78571d3
|
jQuery UI has 3 events -
So, to sum up, if I click/drag/do any mouse event on divs with either childdiv1 class or childdiv2 class, the pan/zoom on the entire parent div will not be executed. |
Hi,
I am trying to use jQuery UI's draggable inside body (or a div) which is given as a parameter to
panzoom()
,when I try to drag (the draggable elements), the whole div moves - is there a way to filter specific elements (inside the parent div) from triggering pan/zoom?
The text was updated successfully, but these errors were encountered: