Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-18966

Taskbar toolbar - Right click context menu pops up in the wrong place

    XMLWordPrintable

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

          Activity

            People

              katayama_hirofumi_mz Katayama Hirofumi MZ
              KRosUser KRosUser
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: