brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

"Export" button is not revalidated properly after "Content" checkbox is unchecked #1512

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open database with structure and content
2. File -> Export -> SQL
3. Check "Content" box on the right side
4. Uncheck all "C" boxes on the left side (for every table)
5. Uncheck "Content" box on the right side
6. "Export" button is disabled

What is the expected output?
"Export" button should be enabled

What do you see instead?

What version of Sequel Pro are you using?
Nightly Build 3923

What version of OS X are you using?
10.8.2

What version of MySQL are you connecting to on the server?
5.5.27

Please provide any additional information below.
Bug can be worked around by pressing "Mark all tables" button

Original issue reported on code.google.com by stlwrt@gmail.com on 9 Dec 2012 at 1:55

GoogleCodeExporter commented 9 years ago
Verified in r3941

However the steps are: 
1. Open database with structure and content
2. File -> Export -> SQL
3. Uncheck "Structure" / "DROP", Check "Content" box on the right side
4. Uncheck all "C" boxes on the left side (for every table) #=> "Export" 
disabled
5. Uncheck "Content" box on the right side
6. Check "Structure" again
6. "Export" button is disabled #=> should be enabled

Original comment by schlabbe...@gmail.com on 22 Dec 2012 at 6:55