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 47865 - [40cat] Add a help window configuration that disables automatic resize on dialog open.
Summary: [40cat] Add a help window configuration that disables automatic resize on dia...
Status: CLOSED DUPLICATE of bug 29448
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-25 08:42 UTC by lleland
Modified: 2008-12-22 23:54 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 lleland 2004-08-25 08:42:46 UTC
[ JDK VERSION : J2SE 1.5.0 ]

One in my list of most annoying so-called features is the automatic moving and resizing of the help window whenever a dialog box is opened.

You're reading a help file, maximized or sized and placed for easy reference, and you're speedily keystroking between the help window and the application as you try or test what you are reading, when you open an application dialog. The help windows suddenly moves and resizes in an attempt to tile with the dialog window, even though the help window did not have the focus.

This usually results in the help window positioned and sized so that you can no longer easily read the content, or see the application window. You're maximize is lost, or your careful placement and sizing is destroyed.

This behavior needs a configuration option to enable/disable it. Personally I'd rather see it eliminated, but someone apparently thinks it's clever. It would be preferable to see the default state set to disabled.
Comment 1 Jan Chalupa 2004-08-29 22:34:46 UTC
Re-assigning from 'ui'. Most likely a duplicate.
Comment 2 mslama 2004-09-09 12:51:09 UTC
It is known problem. JDK/Swing does not provide support for Help
window ie. it is not possible to access Help window regardless modal
dialogs. For example when Help window is opened and then modal dialog
is opened normaly it is not possible to activate and use Help window
as before because modal dialog blocks it. We use workaround: We change
parent of Help window to modal dialog. By this way it is possible to
use Helpo window further but it has annoying side effects. I will
check if it is possible to avoid resizing/repositioning of Help window
when we change AWT hierarchy so that Help window will keep the same.
Comment 3 mslama 2004-09-27 15:46:37 UTC

*** This issue has been marked as a duplicate of 41378 ***
Comment 4 mslama 2005-01-07 11:57:59 UTC
Making duplicate of umbrela issue.
Comment 5 mslama 2005-01-07 11:58:32 UTC

*** This issue has been marked as a duplicate of 29448 ***
Comment 6 Marian Mirilovic 2005-01-25 09:03:38 UTC
verified / duplicate