Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keep context menu open after user clicks checkbox?

I have also asked this question here at the chromium Google group.

I would like to be able to keep a context menu open even after a user checks, or unchecks, a checkbox. My plugin allows users to check which devices they are using when testing and when testing multiple devices, it is frustrating to open the context menu several times to tick each device.

Does anyone know of a way to do this? It does not seem to be supported natively. I don't really want to use some magic to re-open the menu, if possible, after a user checks a given device, hence the question here. If it is the best (yet hacky) way, then fair enough. I hope it's not! I think menu flickering would also look bad.

like image 726
GrayedFox Avatar asked Sep 29 '22 02:09

GrayedFox


1 Answers

No, there is nothing in the API to allow that.

It might be an interesting feature request - if you're willing to spend time to formulate it at https://crbug.com/

like image 92
Xan Avatar answered Oct 05 '22 08:10

Xan