! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar autocomplete greys open button if path contains trailing slash
Status:
RESOLVED: WORKSFORME

Comments

Description Landry Breuil editbugs 2011-02-12 09:29:00 CET
In thunar, ctrl-l opens the 'goto' dialog, where directories are autocompleted.
Say want to go to /data/foo/, i enter /d -> gaves /data/ then f -> /data/foo/
I don't want to select a subfolder of foo (which are proposed at that moment)
so i type enter, and dialog contains '/data/foo/'. Open Button is greyed, and i
have to remove the trailing / to make it active (and press enter to go into /data/foo)

The open button shouldn't be greyed if there's a trailing slash..
Comment 1 Landry Breuil editbugs 2011-02-17 23:12:43 CET
looked at the code, and the exo_binding_new_full() call at the end of thunar_location_dialog_init() is the probable cause. Can we also bind the 'sensitive' prop of the open button to 'current-directory' prop of the dialog entry ? (if i understood how exo-binding was supposed to work...)
Comment 2 Jannis Pohlmann editbugs 2011-09-17 00:31:32 CEST
Landry, I cannot reproduce that in master. Mind to check again?
Comment 3 Landry Breuil editbugs 2011-09-17 11:10:40 CEST
Seems i can't reproduce it now, either from 1.2.2 or git master... but i'm nowhere near the computer where i experienced that. Closing with RESOLVED/WORKSFORME.

Bug #7273

Reported by:
Landry Breuil
Reported on: 2011-02-12
Last modified on: 2011-09-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Additional information