swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.25k stars 744 forks source link

Fix menu jumping to top of screen and disappearing to the right #750

Closed Speedphoenix closed 2 years ago

Speedphoenix commented 2 years ago

This adds in changes proposed by @lukefoley in issue #749, but uses $menu.outerHeight() instead of $menu.height() so that part of the menu doesn't leave the window, and fixes the context menu going out of the window when created near the right border of the window.