- Open a document in NotePad++
- Move the caret into the text
- Move the mouse cursor somewhere outside the text editor
- Presse the context menu key (Windows Key, or Shift+F10)
- The context menu pops up at the mouse position not near the caret position
I would expect that the context menu shows up at the caret position´(input position in the text)
Using x64 Notepad++ v8.6.2
Hint for the programmer:
The WM_CONTEXTMENU message is sent, with a position. If the context menu key is pressed than the x/y position is (-1,-1).
If the keyboard is used the caret position in the text should be used...