Bug #57127 error pops up permanent: Either schema or table is not selected.
Submitted: 30 Sep 2010 9:18 Modified: 4 Mar 2011 12:12
Reporter: Istvan Lovas Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.28 OS:Linux (gentoo; fluxbox as desktop)
Assigned to: Maksym Yehorov CPU Architecture:Any
Tags: Either schema or table is not selected, message, pop up

[30 Sep 2010 9:18] Istvan Lovas
Description:
When I want to edit my table data, the error comes up and blocks further selection. After I click on the 'ok'-button the error message comes up again. So mysql-workbench hangs up.

How to repeat:
Please select the following:
edit table data -> select database schema

the select box 'tables' is empty and the error pops up permanently (or again and again).

Suggested fix:
At the point of DB schema selection the error comes up to early. A check should be done only one time after a click on the 'finish'-button.
[30 Sep 2010 9:40] Johannes Taxacher
on windows this happens on empty schemas, on linux this seems to happen on any schema (i was able to dismiss it after clicking a couple of dialog boxes though)
[30 Sep 2010 16:16] Maksym Yehorov
fixed
[27 Feb 2011 21:14] James Zimmerman II
I can report that this exists in 5.2.29, and my experience was thus:

Upon selecting a new schema from the drop-down, this dialog was presented once for each table and each index on those tables.  Meaning, 6 tables and 12 indexes accounted for 18 dialogs before clearing out and working.
[3 Mar 2011 13:41] Johannes Taxacher
fix confirmed in repository
[4 Mar 2011 12:12] Tony Bedford
A entry has been added to the 5.2.32 changelog:

        In the SQL Editor, when editing table data, the following error 
        dialog was displayed: 

Either schema or table is not selected. 

        Each time the dialog was acknowledged, it was subsequently 
        redisplayed, preventing further progress.