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 21987 - [New Wizard - Class] "Create Fields" pane contains broken "New" button
Summary: [New Wizard - Class] "Create Fields" pane contains broken "New" button
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords: UI
: 22621 23153 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-29 16:54 UTC by Marian Mirilovic
Modified: 2008-12-22 22:02 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
New Wizard - Class (15.79 KB, image/gif)
2002-03-29 16:55 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2002-03-29 16:54:29 UTC
[nb_dev](20020329), [jdk1.4](fcs)

In The New Wizard - Class: "Create Fields" pane you can see broken "New" button
(see attachment).
Comment 1 Marian Mirilovic 2002-03-29 16:55:11 UTC
Created attachment 5240 [details]
New Wizard - Class
Comment 2 _ ttran 2002-04-02 09:16:57 UTC
it's java module I believe
Comment 3 Tomas Hurka 2002-04-15 13:08:42 UTC
Assigning to subcomponent owner.
Comment 4 Jan Becicka 2002-04-19 10:52:21 UTC
*** Issue 22621 has been marked as a duplicate of this issue. ***
Comment 5 Jan Becicka 2002-04-19 10:55:15 UTC
It is P2 IMO. Some buttons may be invisible for the user.
Comment 6 Jiri Mzourek 2002-04-24 08:26:25 UTC
This issue is caused by global change in the wizard framework.
The height of this wizard is too small, so it causes described problems.
Comment 7 mslama 2002-04-24 13:55:50 UTC
I will investigate it.
Comment 8 mslama 2002-04-24 16:23:23 UTC
It appeared in dev build 20020325. It seems to me it is caused by
Trung's commit of NbPresenter r.1.58 - bugfix #7480. (To verify this I
took sources from build 20020325 and reverted this change and it is as
before: Wizard panel is taller => enough space for buttons.) Trung
please can you check this?
Comment 9 Jiri Mzourek 2002-05-06 08:01:29 UTC
*** Issue 23153 has been marked as a duplicate of this issue. ***
Comment 10 _ ttran 2002-05-06 09:30:46 UTC
it's indeed a regression caused by the fix for the other bug which
requires us not to resize dialog if the user has already resized it
manually.  It's a bit tricky because we cannot detect the "manual
resize".  I'll be more conservative and always enlarge the dialog if
its minimumSize is smaller than the actual size.
Comment 11 _ ttran 2002-05-06 09:32:59 UTC
fixed in trunk
Comment 12 _ ttran 2002-05-06 09:39:35 UTC
fix also integrated into QBE200205030100
Comment 13 Marian Mirilovic 2002-05-07 09:43:34 UTC
verified in [nb_dev](20020507)
Comment 14 Quality Engineering 2003-07-01 16:32:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.