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 163187 - Resize of installer works incorrect way.
Summary: Resize of installer works incorrect way.
Status: RESOLVED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 08:11 UTC by Michael Nazarov
Modified: 2009-04-27 19:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2009-04-21 08:11:29 UTC
There is min limit for installer dialog. If dialog resized below this limit using
bottom or right side -- it works fine. If using left or top size -- dialog jumps
to new position.
Comment 1 Yulia Novozhilova 2009-04-21 11:00:08 UTC
Why do you thing it is a bug? What behavior do you expect? 
Comment 2 Michael Nazarov 2009-04-21 11:07:11 UTC
I expect same resizing result for left side as for right side (also top/bottom).
Comment 3 Yulia Novozhilova 2009-04-21 15:19:18 UTC
Why do you expect such behavior? Have you ever seen it before? Is it specified somewhere?
Actually when I change the location of the left upper corner of the window I expect it moves since it is a normal way to
move windows. 
Did you try to reproduce it on Linux/Solaris?
Comment 4 Michael Nazarov 2009-04-21 15:33:57 UTC
Because this is normal default behavior for all windows. Did you ever really try to move any dialog using edge or corner
not title? One example of same behavior is enough.
Comment 5 Yulia Novozhilova 2009-04-27 19:18:31 UTC
I've investigated the problem. For JDK6 everything is ok since setMinimumSize() was fixed in  mustang(b51)
(http://bugs.sun.com/view_bug.do?bug_id=4320050). 
But for JDK5 it still doesn't work. A workaround that is described in many forums is used for JDK5
(http://bugs.sun.com/view_bug.do?bug_id=6464548, ). Everyone uses it. All my attempts to change a location of the window
as appellant expects failed because of the another JDK bug (http://bugs.sun.com/view_bug.do?bug_id=4945981).
So, close a bug as WONFIX.