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.
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.