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 179834 - Invalid layout of dialog Resolve Missing Modules Problem
Summary: Invalid layout of dialog Resolve Missing Modules Problem
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2010-01-25 04:52 UTC by Michael Nazarov
Modified: 2010-04-12 14:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (32.43 KB, image/png)
2010-01-25 04:53 UTC, Michael Nazarov
Details
screenshot (31.94 KB, image/png)
2010-01-25 04:54 UTC, Michael Nazarov
Details
Changed layout of ContentPanel and LicensePanel (8.63 KB, patch)
2010-04-08 20:28 UTC, kapitarg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2010-01-25 04:52:30 UTC
If there are problems with installed modules IDE shows dialog named Resolve Missing Modules Problem. Layout of this dialog seems to be corrupted one it stretched vertically.
Check screenshot for details.
Comment 1 Michael Nazarov 2010-01-25 04:53:07 UTC
Created attachment 93522 [details]
screenshot
Comment 2 Michael Nazarov 2010-01-25 04:54:58 UTC
Created attachment 93523 [details]
screenshot
Comment 3 Michael Nazarov 2010-01-25 04:56:00 UTC
One more page corrupted if stretched horizontally, check other screenshot.
Comment 4 dlipin 2010-01-25 04:57:09 UTC
-> main/contrib/moduleresolver
Comment 5 kapitarg 2010-04-03 08:12:20 UTC
I'd like to NetFIX [1] this bug. Is it possible?

[1] http://wiki.netbeans.org/NetFIX
Comment 6 Jesse Glick 2010-04-05 14:46:00 UTC
This is a contrib module so NetFIX does not apply. Anyone with permissions to push to contrib can fix it without any further ado. (If you don't have such permission but can attach a patch, do so and I can apply it.)
Comment 7 kapitarg 2010-04-08 20:28:15 UTC
Created attachment 96927 [details]
Changed layout of ContentPanel and LicensePanel

Also added org.openide.util.lookup as a dependency because of a compile error in RestartNotifier.java
Comment 8 Jiri Kovalsky 2010-04-09 11:25:01 UTC
Jesse, can you please review Gabor's patch and integrate it if you don't have any objections? Thanks a lot!
Comment 9 Jesse Glick 2010-04-09 15:51:02 UTC
Also incremented module spec version so as to push fix to AU.

contrib #8689e68438af
Comment 10 Jiri Kovalsky 2010-04-12 14:39:57 UTC
Thanks Jesse for review and integration and special thanks to Gabor for the patch!