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 176897 - Restart radio button painted out of visible area.
Summary: Restart radio button painted out of visible area.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 165144
  Show dependency tree
 
Reported: 2009-11-16 06:35 UTC by Michael Nazarov
Modified: 2011-02-26 05:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (10.31 KB, image/png)
2009-11-16 06:36 UTC, Michael Nazarov
Details
Patch to add a scroll pane around the list of modules (6.01 KB, patch)
2011-02-22 16:08 UTC, David.m Beer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2009-11-16 06:35:41 UTC
Each time large number of plugins installed Restart Now radio button goes off from visible area and one might be badly surprised why IDE restarted without prompt.
Check screenshot it looks like dialog specially designed to hide buttons.
Comment 1 Michael Nazarov 2009-11-16 06:36:02 UTC
Created attachment 91088 [details]
screenshot
Comment 2 Jaroslav Tulach 2010-11-04 04:32:29 UTC
Can you scroll and make it visible? If so, it is P4.
Comment 3 _ wadechandler 2011-02-21 16:38:58 UTC
Michael

Can you please provide specific steps to reproduce? If you can, I will have a look at it. I don't have too much time to contribute these days, but if you or someone else can provide with with some simple steps to make it easier to go right to the problem and get to the screen I can more quickly get to the code and fix it.

Thanks
Comment 4 David.m Beer 2011-02-21 17:18:03 UTC
Hi Wade

This is quite a simple error, I managed to reproduce this myself just by installing some modules I was not too bothered about. Then removed them as normal but y resizing the dialog I was able to see the issue. I plan on trying to have a look at this myself now that I have checked out the code. 

It seems a relatively easy fix and is a good way for me to try and fix abug and know how the process works.
Comment 5 David.m Beer 2011-02-22 16:08:52 UTC
Created attachment 106305 [details]
Patch to add a scroll pane around the list of modules

Proposed patch to add a scroll pane around the list of modules displayed at the end of the wizard.
Comment 6 Jaroslav Tulach 2011-02-24 18:27:34 UTC
Thanks a lot! I applied your change in ergonomics#2219f1132f3d.
Comment 7 David.m Beer 2011-02-24 18:38:06 UTC
Excellent glad to have helped.
Comment 8 Quality Engineering 2011-02-26 05:13:26 UTC
Integrated into 'main-golden', will be available in build *201102260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2219f1132f3d
User: David Beer <dbeer@netbeans.org>
Log: #176897: Wrap the pane with plugins in another jScrollpane