vimpr / vimperator-plugins

for Vimperator plugins
http://vimpr.github.com/
408 stars 123 forks source link

close all submenus on closing child, removed icon #76

Closed c0ffeeartc closed 9 years ago

c0ffeeartc commented 9 years ago

Plugin "tinymenu.js" Pressing escape with second popup being open didn't close main parent, and made main parent unresponsive and hang. So I had to hack it to close all popups when any child menu popup closes.

Before hacking I didn't even know there was an icon in plugin, since I can't see and test it in Ubuntu 14.04, Firefox 35.0, I removed it.

Now it works through :opentinymenu command, and closes all submenus if any child gets closed.

anekos commented 9 years ago

Thanks!