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 65759 - [50cat] size of the owner field is not large enough
Summary: [50cat] size of the owner field is not large enough
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 21:21 UTC by vbrabant
Modified: 2005-11-21 12:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
How the Create Table appears on my screen (24.42 KB, image/jpeg)
2005-10-03 21:22 UTC, vbrabant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vbrabant 2005-10-03 21:21:03 UTC
[ BUILD # : Beta ]
[ JDK VERSION : 1.5.0_05 ]

[I am using the Derby Engine.]

In the Screenshot I attached, 
you will note that Owner is ...
Reason is that size of that field don't take into account the fact it's a dropdown list. And you have to add the size of the \/ in the total size of the field.
Comment 1 vbrabant 2005-10-03 21:22:33 UTC
Created attachment 25470 [details]
How the Create Table appears on my screen
Comment 2 Andrei Badea 2005-10-04 09:42:15 UTC
Yeah, this seems to be a bug in the Windows L&F. I don't experience it with the
Ocean L&F.
Comment 3 Andrei Badea 2005-11-04 17:24:12 UTC
Fixed. Or should I rather say hacked?

Checking in CreateTableDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java,v  <-- 
CreateTableDialog.java
new revision: 1.37; previous revision: 1.36
done
Comment 4 Martin Schovanek 2005-11-21 12:17:08 UTC
VERIFIED