AnantLabs / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Type dropdown loses value #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you select a value with the keyboard and then close the drop down list 
with your mouse, the value reverts to its previous selection.

To reproduce:
1. Add a table, then a column, then edit it and click the data type drop 
down list to open it.
2. Press V to select varchar.
3. Click the dropdown list again to close it.

Instead of remaining on varchar, it will revert to integer.  If you press 
tab or enter instead of clicking to close the dropdown, it stays on varchar 
as it should.

I'm using Google Chrome v3.0.195.33 on Windows 7 Ultimate 64 bit.

Original issue reported on code.google.com by atrop...@gmail.com on 22 Nov 2009 at 5:13

GoogleCodeExporter commented 9 years ago
This is Chrome's issue, it happens with ALL select boxes on all pages. Their 
clicking
on select is bugged...

Original comment by ondrej.zara on 23 Nov 2009 at 12:25