This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 75336

Summary: Strage behaviour of table item at Create Table dialog
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Schovanek 2006-04-21 13:02:50 UTC
[#200604210200, jdk1.5.0]

to reproduce:
-------------
1) invoke th dialog
2) navigate to a Column Name item
3) type 'ab'
ERROR: at first selected 'a' appers and than is replaced by 'b'

Try the same for Size item.
Comment 1 Andrei Badea 2006-09-11 20:41:03 UTC
This is caused by the code which tries to ensure that the table editor's
contents is selected when the editors is focused. This does not match the
behavior of most text fields in NetBeans, so I guest best to remove this code.

Checking in src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java,v  <-- 
CreateTableDialog.java
new revision: 1.34.46.2.2.3; previous revision: 1.34.46.2.2.2
done

Comment 2 Lukasz Grela 2007-02-28 15:28:46 UTC
v.