View Issue Details

IDProjectCategoryView StatusLast Update
0000132ardourbugspublic2008-11-20 23:32
Reporterant Assigned Totaybin  
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionfixed 
Summary0000132: Loading unsaved plugin settings causes error; does not return mouse focus
DescriptionIn a plugin's window. Attempt to save plugin state by typing
settings name and hitting return. This is the wrong thing to
do, as return means 'load' not 'save' This pops an error msg
if the settings didn't already exist. That's OK, but the
error message window cannot be closed. No application or
even the WM can regain mouse focus. Need to jump out of X
and kill ardour.
Additional Informationbeta 8
TagsNo tags attached.

Activities

taybin

2003-12-16 04:20

administrator   ~0000308

I've confirmed this.

taybin

2003-12-29 00:15

administrator   ~0000326

Fixed. Added check on plugin.set_state() that turns focusing off if the call fails. Also checks to make sure we're not passing an empty string to plugin.set_state(). Will commit soon.

taybin

2003-12-29 00:18

administrator   ~0000327

Committed.

gtk-ardour = 0.427.3

ant

2004-01-31 00:02

reporter   ~0000370

I still see this in beta 9. Did this not make it?

Ardour/GTK 0.431.1 running with libardour 0.715.0

Issue History

Date Modified Username Field Change
2003-11-14 04:46 ant New Issue
2003-11-17 14:15 taybin Status new => acknowledged
2003-11-19 18:44 taybin Status acknowledged => assigned
2003-11-19 18:44 taybin Assigned To => taybin
2003-12-16 04:20 taybin Note Added: 0000308
2003-12-16 04:20 taybin Priority normal => high
2003-12-29 00:15 taybin Status assigned => resolved
2003-12-29 00:15 taybin Resolution open => fixed
2003-12-29 00:15 taybin Note Added: 0000326
2003-12-29 00:18 taybin Note Added: 0000327
2004-01-31 00:02 ant Note Added: 0000370
2008-11-20 23:32 seablade Status resolved => closed