Details
Description
reactos-bootcd-0.4.15-dev-6000-g8b948ff-x86-gcc-lin-dbg
- right click on Taskbar > Add toolbar > My computer (or any other)
- right click on a toolbar elements
- Context menu pop-up with an unexpected right offset
I suspect the problem comes from : https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/browseui/shellbars/CISFBand.cpp#l356
Replacing
((LPNMMOUSE)lParam)->pt;
by
GetMessagePos();
show the same offset, while using an arbitrary value for x (eg : 0) moves the memu accordingly.
Attachments
Issue Links
- relates to
-
CORE-10829 [WIN32SS] generic mouse button messaging issue - failed closing context menu via right-click
- Open
-
CORE-13326 Desktop's context menu doesn't open when the Start menu is opened
- Open