tator
tator copied to clipboard
Nested right click menu
Category Feature Request
Problem The annotator's right click / context menu can get crowded; especially if there are a lot of applets and states registered to the project. This makes the menu less accessible and potentially problematic in low viewport scenarios.
Request
- Put the
create
states into its own submenu - Put the
track
functions into its own submenu - Put the
applet
functions into its own submenu
These submenus could appear/disappear on mouseover
/mouseout
and are likely another div that is adjacent to the current menu. Alternatively, these submenus could behave like the video settings
and timeline settings
menus and have a back
button and require clicking.
Could also investigate using browser.menus.overrideContext
instead