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 13251 - [MDI] avoid modifying window size during dragging
Summary: [MDI] avoid modifying window size during dragging
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: UI
: 26890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-06-27 17:13 UTC by onivy
Modified: 2004-08-11 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description onivy 2001-06-27 17:13:33 UTC
currently, when separators and window edge are dragged, the window changes its 
size during the drag.

I suggest that the window will update its size only after the mouse button is 
released. some other feedback for the user can be used (usually a thin frame of 
the window).

I think that this feature is supported with JInternalFrame.
Comment 1 onivy 2001-06-27 17:29:48 UTC
I see now that this is implemented with "detached" windows.
this enhancement request is relevant only for the "attached" windows.
Comment 2 Jan Chalupa 2001-11-27 11:51:47 UTC
Target milestone -> 3.3.1.
Comment 3 Jan Chalupa 2001-11-27 11:55:22 UTC
Target milestone -> 3.3.1.
Comment 4 Jan Chalupa 2002-01-11 14:00:30 UTC
Target milestone -> 3.4
Comment 5 Jan Chalupa 2002-01-11 14:04:43 UTC
Target milestone -> 3.4
Comment 6 Jan Chalupa 2002-01-11 14:06:20 UTC
Target milestone -> 3.4
Comment 7 Jan Chalupa 2002-01-11 14:10:08 UTC
Target milestone -> 3.4
Comment 8 David Simonek 2002-01-28 16:05:42 UTC
Reassigning to Marek. Marek, please evaluate these enhancements, thanks.
Comment 9 mslama 2002-01-29 13:25:24 UTC
Window system has its own implementation of DesktopPane. We must set
component sizes after user interaction ends (mouse button is released).

I saw this enhancement already somewhere.
Comment 10 Marek Grummich 2002-07-22 08:31:38 UTC
Target milestone was changed from '3.4' to TBD.
Comment 11 Marek Grummich 2002-07-22 08:38:11 UTC
Target milestone was changed from '3.4' to TBD.
Comment 12 mslama 2002-07-25 10:58:54 UTC
DesktopPane is to be reimplemented. It should be solved together.
Comment 13 mslama 2002-09-03 09:48:45 UTC
*** Issue 26890 has been marked as a duplicate of this issue. ***
Comment 14 matteo porta 2003-03-11 22:01:56 UTC
any chance you can fix this for 3.5 ?
Comment 15 matteo porta 2003-05-04 19:23:28 UTC
I've seen that this RFE is implemented into 3.5 beta.
It works wonderfully. There is only one place where the 
window contents are still displayed while dragging the 
separator: it's in the form editor. Open a form and look 
at the right part of the window, the one containing a 
treeview and properties. The horizontal separator still 
needs to be fixed.
Thanks.
Comment 16 Peter Zavadsky 2003-05-06 08:51:45 UTC
That split is part of the TopComponent (Component Inspector), not
window system. Passing it to owner.
Comment 17 Jan Chalupa 2003-11-03 17:27:03 UTC
*** Issue 26890 has been marked as a duplicate of this issue. ***
Comment 18 Tomas Pavek 2004-08-11 08:55:31 UTC
The Component Inspector is no more divided - it has not its dedicated
property sheet anymore.