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

StartMenu context menu is not processing verbs as expected

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.15
    • Shell
    • None

    Description

      Using : reactos-bootcd-0.4.15-dev-4946-ge9a129c-x86-gcc-lin-dbg

      Right click on Start Menu

      The 3 last items : "Properties", "Open all users", "Explore all users" fails with

      err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 182l
      err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 183l
      err:(dll/win32/shell32/CDefaultContextMenu.cpp:1265) Unhandled Verb 184l

      while they are supposed to be implemented in ExecContextMenuCmd() (ID_SHELL_CMD_PROPERTIES, ID_SHELL_CMD_OPEN_ALL_USERS, ID_SHELL_CMD_EXPLORE_ALL_USERS) : https://github.com/reactos/reactos/blob/fe777bb52f67921b26bf5791b06a5c712f5be3f6/base/shell/explorer/traywnd.cpp#L580

      Problem comes from

      if ((uiCmdId >= ID_SHELL_CMD_FIRST) && (uiCmdId <= ID_SHELL_CMD_LAST))
      

      in base/shell/explorer/startctxmnu.cpp:188

      Attachments

        Activity

          People

            KRosUser KRosUser
            KRosUser KRosUser
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: