View Issue Details

IDProjectCategoryView StatusLast Update
0002054ardourbugspublic2009-11-05 20:53
Reporterpeppot Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product VersionSVN/2.0-ongoing 
Summary0002054: [PATCH] Audio file browser does not allow entering paths and pressing Enter to enter in Location dialog
DescriptionAudio file import browser does not allow entering paths and pressing Enter to enter in Location dialog
TagsNo tags attached.

Activities

2009-10-31 22:44

 

2054.patch (423 bytes)   
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 4a4548a..d40d4b6 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -437,6 +437,8 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
 			chooser.set_current_folder (persistent_folder);
 		}
 		notebook.append_page (chooser, _("Browse Files"));
+
+		chooser.grab_focus ();
 	}
 	
 	hpacker.set_spacing (6);
2054.patch (423 bytes)   

cth103

2009-10-31 22:44

administrator   ~0007045

If I understand you correctly, the attached patch should fix this.

peppot

2009-11-05 20:53

reporter   ~0007082

This patch doesn't have any effect for me... typed/auto-completed-to locations are still not navigatable to

Issue History

Date Modified Username Field Change
2008-01-28 14:11 peppot New Issue
2009-10-31 22:44 cth103 File Added: 2054.patch
2009-10-31 22:44 cth103 Status new => assigned
2009-10-31 22:44 cth103 Assigned To => paul
2009-10-31 22:44 cth103 Note Added: 0007045
2009-10-31 22:45 cth103 cost => 0.00
2009-10-31 22:45 cth103 Summary Audio file browser does not allow entering paths and pressing Enter to enter in Location dialog => [PATCH] Audio file browser does not allow entering paths and pressing Enter to enter in Location dialog
2009-11-05 20:53 peppot Note Added: 0007082