You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the contextMenu demo page to use jQuery v3.1.0 instead of version 1.12.1, then when I run the demo the context menu showed fine but after selection it display node with "null" value. my expected behavior is the context extension demo supported with jQuery v3.1.0.
Steps to reproduce the problem
Open the file fancytree-master/3rd-party/extensions/contextmenu/contextmenu.html
repalce the <script src="//code.jquery.com/jquery-1.12.1.min.js"></script> line with <script src="//code.jquery.com/jquery-3.1.0.min.js"></script>
run and select a node and see what will be displayed.
Thanks for contributing :-)
Expected and actual behavior
I updated the contextMenu demo page to use jQuery v3.1.0 instead of version 1.12.1, then when I run the demo the context menu showed fine but after selection it display node with "null" value. my expected behavior is the context extension demo supported with jQuery v3.1.0.
Steps to reproduce the problem
This is a Plunker working demo using jQuery 1.12.1
http://embed.plnkr.co/TuIOcpJ3R9tNUizvte5p/
This is a Plunker not working demo using jQuery 3.1.0
http://embed.plnkr.co/sp0zJBJQWcdmqR6O22G9/
Environment
enabled/affected extensions: contextMenu.
Does this extension or jquery context plugin supports jquery 3 or not yet ?
The text was updated successfully, but these errors were encountered: