I'm using Automatic Updater in a WPF app and I'm finding that the control has a significant usability flaw that keeps catching me out (and therefore the users of our app as well.)
1. When the control reports that there are updates ("Updates will be installed on next start).2. When you left or right click on it (the mouse down part), the context menu will pop up. It will appear under the current cursor position.3. When I let go of the mouse, it will instantly select install updates from the context menu, rather than showing the menu. This happens because that option is under the mouse position.
This is rather confusing and atypical behavour. If, for example, you look at Visual Studio, when right clicking the context menu will appear next to the mouse cursor rather than under the mouse cursor. If you could move the position of the content menu away from the mouse cursor, then that would solve the problem nicely.
Version used: 2.6.7