PreviousNextTracker indexSee it online !

(62/243) 3184 - File browser dives into wrong directory

To reproduce the issue, do the following (on Linux):

1. $ mkdir /tmp/x /tmp/x_2
$ touch /tmp/x/y /tmp/x_2/z

2. Open the file browser: File -> Open ...

3. Type into the line File Name: /tmp/x/y and hit <TAB> for auto completion

The file browser cannot find the file since it tries to read the file y from directory /tmp/x_2. Seems like autocompletion extends the segments of the path.

I'd expect it to open /tmp/x/y.

Submitted gebleher - 2008-10-28 13:32:32 Assigned
Priority 5 Labels virtual file systems
Status open Group normal bug
Resolution None

Comments

2011-11-14 05:34:13
ezust

What a weird bug. Reproducible in 5.0pre1.

2011-11-14 05:34:13
ezust

- **labels**: 102668 --> virtual file systems