Description
Steps to reproduce:
- Launch the filebrowser
- Open any directory
- Press the Go button twice
- The address bar is now broken - no matter what path is inputed into the address edit box, pressing Go does nothing.
The bug does not occur when using the ReactOS filebrowser with browseui.dll from Windows XP. The bug does occur on Windows when using the ReactOS filebrowser and browseui.dll.
The bug seems to be caused by the fact, that if there's a match on line 324, then pidlLastParsed stays non-NULL. In subsequent calls to CAddressEditBox::Execute, pidlLastParsed is then non-NULL, and as such, condition on line 286 is false, and because of that the address never gets re-parsed.
Attachments
Issue Links
- relates to
-
CORE-8220 Implement CAddressBand and CAddressEditBox
- Resolved