I want to get this to work, and I'd like your feedback on it.
If you don't have time, but you'd take the feature, I'd be willing to try making a patch.
I used to use a plugin called clickmenu that got abandoned. I can't even find a homepage for it anymore. It didn't work with newer jQuery but it had this feature:
- Click 'File' menu, menu pops open,
- Hover 'Edit' menu, it pops open, becomes the active menu because File was active
- Hover a submenu under 'Edit', nothing happens until you click
- Click submenu to open it.
I think that makes sense.
Actually, testing a desktop application, even submenus open on hover, so it's really just the top-level that requires a click to activate it. Either way would work.
I've got a project I'm going to use it on.
Maybe I would be better off modifying Superfish to require a click to activate that top level? Basically once the menu has focus, then hover actions work?
I want to get this to work, and I'd like your feedback on it.
If you don't have time, but you'd take the feature, I'd be willing to try making a patch.
I used to use a plugin called clickmenu that got abandoned. I can't even find a homepage for it anymore. It didn't work with newer jQuery but it had this feature:
I think that makes sense.
Actually, testing a desktop application, even submenus open on hover, so it's really just the top-level that requires a click to activate it. Either way would work.
I've got a project I'm going to use it on.
Maybe I would be better off modifying Superfish to require a click to activate that top level? Basically once the menu has focus, then hover actions work?