! 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 don't select the text "New Folder" on menu-option "Create Folder"
Status:
CLOSED: FIXED

Comments

Description Tobias Nystr 2006-04-18 19:57:07 CEST
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.
Comment 1 Benedikt Meurer editbugs 2006-04-20 15:25:55 CEST
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.
Comment 2 Tobias Nystr 2006-04-20 16:46:05 CEST
(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.
Comment 3 Benedikt Meurer editbugs 2006-04-20 20:16:48 CEST
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.

Bug #1679

Reported by:
Tobias Nystr
Reported on: 2006-04-18
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Suggested fix (549 bytes, patch)
2006-04-20 15:25 CEST , Benedikt Meurer
no flags

Additional information