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

Regedit: Incorrect status bar content when context menu action is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Trivial
    • None
    • None

    Description

      reactos-bootcd-0.4.15-dev-7924-g5949c20-x86-gcc-lin-dbg

      • Open regedit
      • Select a key
      • Full path is displayed in Status bar : HKEY_xxx\PATH\Key

      • Right click > "Delete" (or "Search" or "Copy key name", ...)
      • Only partial path is displayed in status bar : PATH\Key

      Suggestion for a fix

      /* set (correct) the address bar text */
                  if (keyPath[0] != UNICODE_NULL)
                      StringCbPrintfW(fullPath, cbFullPath, L"%s%s%s", rootName,
                                      ((keyPath[0] == L'\\') ? L"" : L"\\"), keyPath);
                  else
                      StringCbCopyW(fullPath, cbFullPath, rootName); 

       

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: