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 22892 - Help pops forward when a dialog is displayed
Summary: Help pops forward when a dialog is displayed
Status: CLOSED DUPLICATE of bug 14393
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-04-27 04:09 UTC by kanderson
Modified: 2008-12-22 21:34 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 kanderson 2002-04-27 04:09:25 UTC
If the help reader is open, it comes to the front when Netbeans displays a dialog box.  
It's been quite consistent for me, every dialog, every time.  Simple to reproduce:

1.  Call up some help in Netbeans (Help | Contents will do fine), 
2.  Either minimize the help window or bring Netbeans to the front---doesn't matter 
which 
3.  Delete a file from your project, or do anything else that invokes a dialog box.  

I found no indication in the JDC Bug Parade that this is a known issue with JavaHelp.
Comment 1 kanderson 2002-04-27 04:42:27 UTC
Some additional info, which makes me wonder if this quirk isn't, in fact, an 
intentional feature of either JavaHelp or Netbeans.  When you first display the help, 
the window has minimize, maximize and close buttons.  When Netbeans displays a dialog 
box, the help pops forward as well.  However, the help window now assumes a new size 
and position such that it does not overlap the dialog, and has lost its minimize and 
maximize buttons.  When the dialog is dismissed, the help window returns to its 
original size and position, and it has its minimize and maximize buttons back, only 
it's now the active window obscuring whatever is behind it.

My main complaint here is that the help window doesn't ultimately stay minimized or in 
the background where I put it.  If this behavior is a Netbeans feature, I'd advocate 
either leaving the help alone in all cases, or at least making sure it goes back to its 
original condition once the dialog has been dismissed.  If it isn't something 
Netbeans is doing, I'll take it up with the Java folks.
Comment 2 Jesse Glick 2002-04-30 02:23:53 UTC
See issue #14393 for details. Yes the behavior of resizing the help
window when a modal dialog is displayed is intentional - it is
necessary in order for help to be usable when modal dialogs are
displayed, due to limitations in the JRE's window handling
capabilities. Popping up from a minimized state is not intentional;
unclear if this will be fixable. If you do not want the help window to
appear, close it. It will be reopened at the previous position if you
want to reopen it.

*** This issue has been marked as a duplicate of 14393 ***
Comment 3 Quality Engineering 2003-07-01 16:00:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:23:09 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.