561 - Address bar doesn't handle extra slashes
Posted: 16.11.2011, 13:47
Assume that this directory exists :
Repro 100% :
Edit the address in the address bar and type :
or
Result :
The address is recognized as :
(notice the two backslashes)
Then, the context menu will fail (doesn't open) on any folder or file in the tab.
Code: Select all
C:\Dir\SubDir
Edit the address in the address bar and type :
Code: Select all
C:\Dir\\\SubDir
Code: Select all
C:\Dir\/Subdir
The address is recognized as :
Code: Select all
C:\Dir\\SubDir
Then, the context menu will fail (doesn't open) on any folder or file in the tab.