jedediah / wetbanana

Click+drag extension with physics for Google Chrome
https://chrome.google.com/extensions/detail/ljecomdaijmibecakcpjadigpfkollbh
9 stars 9 forks source link

On Linux, allow context menu to show when you right-click without dragging #6

Open jedediah opened 14 years ago

jedediah commented 14 years ago

If you use WB with the right button on Linux, there is no way to get a context-menu. This is because the Linux version of Chromium fires the contextmenu event on button press, unlike Windows which fires it at button release. That's too early to know if there will be a drag or not and I can't find a way to show the menu later.

jedediah commented 14 years ago

Developers don't seem to be interested in fixing this: http://code.google.com/p/chromium/issues/detail?id=26465