SQLPower / power-matchmaker

Automatically exported from code.google.com/p/power-matchmaker
GNU General Public License v3.0
2 stars 7 forks source link

Engine log filechooser doesn't allow you specify a new file in OS X (Tiger) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open up the DQguru
2. Create a new De-duping Project
3. Go to the Run Match Engine screen
4. Click on the '...' button next to the Log file path field

What is the expected output? What do you see instead?

You get a file chooser that only allows you to choose an existing log file.
It doesn't allow you to choose a path and then input a new log file name. I
would expect this file chooser to allow me to specify a new file.

Original issue reported on code.google.com by mo.j...@gmail.com on 30 Apr 2009 at 4:11

GoogleCodeExporter commented 9 years ago
Not sure if this affects other platforms.

Original comment by mo.j...@gmail.com on 30 Apr 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Tested this in Windows XP and Ubuntu 9.04 and those respective file choosers 
allow
you to specify a not-yet-existing file for your log. 

Original comment by mo.j...@gmail.com on 1 May 2009 at 7:52

GoogleCodeExporter commented 9 years ago
Issue 3 has been merged into this issue.

Original comment by mo.j...@gmail.com on 4 May 2009 at 4:52

GoogleCodeExporter commented 9 years ago
It appears the issue is that we're using the 'open' file dialog, which does not 
allow
entering a non-existent file path in OS X (but it is confirmed to be allowed in
Windows XP and Ubuntu 9.04). A solution would be to use the 'save', or a custom 
file
dialog.

Original comment by mo.j...@gmail.com on 4 May 2009 at 4:52

GoogleCodeExporter commented 9 years ago
Fix committed in r1395 of sqlpower-library (See 
http://code.google.com/p/sqlpower-library/source/detail?
r=1395).

It's worth noting that this also appeared to affect Leopard and Snow Leopard 
too.

Original comment by mo.j...@gmail.com on 23 Feb 2010 at 4:45