Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Make nested menus also stay in the window #48

Closed StevenRKM closed 8 years ago

StevenRKM commented 8 years ago

With this fix, submenus also stay in the window. They will stay on the level of the hovered over menu item of the parent menu. And submenus will never overlap the parent menu.

StevenRKM commented 8 years ago

fixed an issue where menus could be displayed just outside the window

josetaira commented 8 years ago

It seems like there's already a big difference between the current master and the branch @StevenRKM is trying to merge in. Someone will have to take the time to merge these in.

josetaira commented 8 years ago

https://github.com/Templarian/ui.bootstrap.contextMenu/pull/52 should also fix this

StevenRKM commented 8 years ago

Yeah, my apologies, I didn't have the time to check this out earlier. @josetaira you can close this if #52 fixes this issue properly!