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 - Strage behaviour of table item at Create Table dialog
Summary: Strage behaviour of table item at Create Table dialog
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 13:02 UTC by Martin Schovanek
Modified: 2007-02-28 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.