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 132731

Summary: Dialogs can fall behind undocked windows
Product: platform Reporter: tofarr <tofarr>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description tofarr 2008-04-14 11:49:23 UTC
Open any java source file and do a find and replace (Ctrl + H) If you leave the dialog open and select the editor, the
dialog always stays on top, even though the editor has focus. Now undock the editor and the dialog falls behind it. 

I noticed this while working in a multi monitor environment, in an undocked window. I hit (ctrl + h) to bring up the
find and replace dialog, and when selecting text to populate it, the dialog fell behind the editor. Maybe such dialogs
should be have their parent attribute set to the window currently in focus, rather than the first window.

Just a minor issue - nitpicking really.
Comment 1 Petr Chytil 2008-04-14 18:48:57 UTC
reassigning to core/window system