|
From: Christian G. <aur...@gm...> - 2017-08-02 20:47:27
|
Am 02.08.17 um 13:14 schrieb Donald Porter: > >> On Aug 2, 2017, at 3:30 AM, Christian Gollwitzer <aur...@gm...> wrote: >> I will try to fix it, but unfortunately can't work on it until tomorrow. Is there a deadline already for the release? > > I was aiming for a Friday release but I will wait for that fix so long > as it’s on the way. > > Thanks for the testing, and knowing how to detect and work on > the issue you found. Please find attached a patch which should fix the issue. After the patch, running the filebox test suite reports: filebox.test.tcl: Total 52 Passed 45 Skipped 0 Failed 7 Out of the 7 failed tests, 3 are due to error messages - the OSX implementation has slightly reordered options and one additional option. 2 are due to OSX appending the default extension always, and the remaining one is due to the type variable not being set if no selection was made - actually that is debatable. In addition, the appearance of the title message was improved, hopefully, for the last time. An OSX save panel does show the title message, if it has no -parent, whereas an open panel never displays the title. The title is prepended to the -message in these cases. Maybe somebody else can test it? Christian |