Comment 3 for bug 1284363

Revision history for this message
Paul Phillips (paul-gs-phillips) wrote :

Some additional notes that might help...

I find this behaviour only occurs when I select a directory from the top "go to ..." bar that has spaces in the directory name. Typically I use this bar to navigate "up" as mentioned in previous posts. But also (curiously) it occurs if I select the directory I'm already in.

It works find when I select a directory that has no spaces in it.

When the error is displayed, it appears to be including %20 wherever there is a space... so for example:

"This folder does not exist
The folder "blah%20-%20blah%20blah%20blah" can't be found"

There's an icon displayed to allow me to create this folder if I wish.

The next curious thing is that when I select the same "%20"-ified directory name again... it adds "%25" to the front of every "%20"

...so the above example becomes:
"blah%2520-%2520blah%2520blah%2520blah"

Additional selections add a further "25" to the front of each "20"...

Don't know if that's of any help...