vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Opening context menu on navigator also selects a context menu action #162

Closed nierajsingh closed 11 years ago

nierajsingh commented 11 years ago

When right-clicking on a navigator element, sometimes the first action in the context menu is automatically selected without giving the user a chance to select another action. This may be due to the context menu appearing right beside the click event. Alternately, look for another way of handing the event that doesn't involve a general mouse up event handling.

nierajsingh commented 11 years ago

Pushed fix to 0.4 that should resolve this as the context menu is now offset by 1 pixel from the click point.