User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051222 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051222 Firefox/1.0.7 Then right-clicking and selecting "Create Folder..." the predefined name "New Folder" isn't selected, so when I start to type, my text goes in front of the predefined text. Reproducible: Always Steps to Reproduce: Im using Thunar-0.2.3svn-r20943 on gentoo with fvwm.
Created attachment 509 Suggested fix GTK+ usually automatically selects the whole text in an entry box when the widget gains focus, maybe there's some weird interaction problem with fvwm. Anyway, please try the attached patch.
(In reply to comment #1) > Created an attachment (id=509) [edit] > Suggested fix > > GTK+ usually automatically selects the whole text in an entry box when the > widget gains focus, maybe there's some weird interaction problem with fvwm. > Anyway, please try the attached patch. > Works.
Committed with revision 21124. 2006-04-20 Benedikt Meurer <benny@xfce.org> * thunar/thunar-create-dialog.c(thunar_create_dialog_set_filename): Properly select the whole filename in the create dialog if it doesn't contain a dot. Bug #1679.