-
Notifications
You must be signed in to change notification settings - Fork 744
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
jQuery second contextMenu don't show properly #238
Comments
Can anyone help me with this issue? |
same problem for me... could anyone solve this please? is really annoying... |
Hmm pretty interesting, it seems it is broken only until you click to close the menu and open it again. http://jsfiddle.net/oprkvys1/2/ Reproducable, so i should be able to fix this. |
Hi! With your example ( http://jsfiddle.net/oprkvys1/2/ ) I have the same problem. =( |
Yeah was just checking if I could reproduce the problem. :) |
Great, thanks for your check! |
I thin k this had been fixed, i cannot reproduce anymore in: http://jsfiddle.net/oprkvys1/3/ |
This is not fixed.
|
Thank you!! It works using reposition:false, |
I have a big div (the blue one) with a ContextMenu and inside another div (green one) with another contextmenu. Both contextmenu shows with right click.
If I make a right clic in the blue div the ContextMenu shows fine. But when I clic in the green div still appears the old contextmenu. If I refresh the page and just clic in the green div, it shows the correct contextMenu.
I made this example http://jsfiddle.net/german_martin/oprkvys1/ of my problem.
$(document).ready(function () {
})
The text was updated successfully, but these errors were encountered: