Bug #17968 Drop-down in table edit does not drop down
Submitted: 6 Mar 2006 14:56 Modified: 6 Mar 2006 15:32
Reporter: Csaba Skultety Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Preview Severity:S3 (Non-critical)
Version:1.0.5 beta OS:Windows (Win2K w/ SP4)
Assigned to: CPU Architecture:Any

[6 Mar 2006 14:56] Csaba Skultety
Description:
In the edit table dialog drop-down lists, such as field types on the Columns tab or Type field on Indicies tab do not actually drop down but only show a few pixel tall blue bar, probably an attempt to display the list. 

The system does have an older vid card, Nvidia MX400 w/ 64MB ram, but has latest nvidia drivers. 

How to repeat:
Create a new table on the canvas and click the Edit button. Create a column with whatever name and try to assign a type by clicking on the down arrow to show available types.
[6 Mar 2006 14:57] Csaba Skultety
screenshot of problem

Attachment: wb1.png (image/png, text), 67.50 KiB.

[6 Mar 2006 15:30] MySQL Verification Team
Verified the behaviour as reported. I used Windows 2000 SP4 (all latest patches) and with AIT MOBILITY RADEON 9200 graphics drivers.

*Create a table using any client. CREATE TABLE t1(ID INT);
*Launch WB and reverse engineer a DB containing your table
*Click the small pencil icon on the table's block on the canvas
*Try click drop down box of DataType.
[6 Mar 2006 17:44] MySQL Verification Team
As a workaround, just start typing the field type and it should show up.  E.g. If you want DATETIME, type DA and it would appear.  Still would be better to fix the drop down box though.