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 22309 - I18N-UI in Select Module to Install window in Update center wizard not correct
Summary: I18N-UI in Select Module to Install window in Update center wizard not correct
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: _ ttran
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-10 23:30 UTC by gautham mudra
Modified: 2008-12-23 11:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
UI not displayed correctly in update center wizard (22.09 KB, image/gif)
2002-04-10 23:33 UTC, gautham mudra
Details
wizard1.gif (88.22 KB, image/gif)
2002-05-22 08:29 UTC, akemr
Details
wizard2.gif (58.35 KB, image/gif)
2002-05-22 08:30 UTC, akemr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gautham mudra 2002-04-10 23:30:09 UTC
In the Select Modules to Install Window of the
update center wizard, the UI like the Available
Version,Installed Version and Module size is not
displayed correctly without resizing the window.

Steps:
1)go to Tools->Update Center.The "Select Location
of Modules" window opens up.pres next.
2)Enter the user name and password and press next.
3)In the Select Modules to Install Window select a
module and include to install.
4)Then select the module under the "Include to
Install"label.

Build:020401
OS:solaris9
Locale:ja
Comment 1 gautham mudra 2002-04-10 23:33:03 UTC
Created attachment 5365 [details]
UI not displayed correctly in update center wizard
Comment 2 akemr 2002-05-06 13:11:09 UTC
Evaluated.

BTW, I don't know how to solve this type of problem. Japanese
text is much more wider than original..
Comment 3 gautham mudra 2002-05-06 21:10:48 UTC
so how do we find a fix to this??
Comment 4 akemr 2002-05-22 08:27:46 UTC
Well I think problem is somewhere in WizardDescriptor infrastructure.
I changed my panel (add minimum size to some text fields) and when
wizard panel was displayed, only it's
container was enlarged (see attached wizard1.gif)

When I slightly resized wizard window, it was corrected 
(see attached wizard2.gif)

So I'm reassigning.
Comment 5 akemr 2002-05-22 08:29:32 UTC
Created attachment 5897 [details]
wizard1.gif
Comment 6 akemr 2002-05-22 08:30:09 UTC
Created attachment 5898 [details]
wizard2.gif
Comment 7 _ ttran 2002-06-13 22:13:54 UTC
-> ttran
Comment 8 _ ttran 2002-07-08 12:39:42 UTC
I've found the defect in NbPresenter.  When the dialog is enlarged,
validate() and repaint() is called to force re-layout and repaint of
the contents but these methods are called on getContentPane() not on
the dialog itself.  The net effect is that the dialog is enlarged but
not its contentPane

fixed in trunk
Comment 9 Ken Frank 2002-09-03 19:39:22 UTC
verified and closed