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\SubDirEdit the address in the address bar and type :
Code: Select all
C:\Dir\\\SubDirCode: Select all
C:\Dir\/SubdirThe address is recognized as :
Code: Select all
C:\Dir\\SubDirThen, the context menu will fail (doesn't open) on any folder or file in the tab.