View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002054 | ardour | bugs | public | 2008-01-28 14:11 | 2009-11-05 20:53 |
| Reporter | peppot | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | SVN/2.0-ongoing | ||||
| Summary | 0002054: [PATCH] Audio file browser does not allow entering paths and pressing Enter to enter in Location dialog | ||||
| Description | Audio file import browser does not allow entering paths and pressing Enter to enter in Location dialog | ||||
| Tags | No tags attached. | ||||
|
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);
|
|
|
If I understand you correctly, the attached patch should fix this. |
|
|
This patch doesn't have any effect for me... typed/auto-completed-to locations are still not navigatable to |
| 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 |