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 26595 - Bad interaction between search results and code pane.
Summary: Bad interaction between search results and code pane.
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks: 33418
  Show dependency tree
 
Reported: 2002-08-18 22:55 UTC by loz
Modified: 2004-09-29 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 loz 2002-08-18 22:55:13 UTC
To reproduce:
1. Do a filesystem find that gets some matches.
2. Do something with one of the results that
causes interaction in the code panes (e.g. double
click or CVS->diff graphical)
3. Attempt to right click on an item in the search
results. I get no context menu.

With my window manager (gnome2/sawfish) the search
results remain on top between 2 and 3.

The problem goes away if I select the main window
and the reselect the search results.
Comment 1 Marian Mirilovic 2002-11-13 15:29:44 UTC
changed owner Dafe -> Peter Z.
Comment 2 Marian Petras 2003-10-09 14:05:02 UTC
I confirm the problem with a context menu not appearing on right
click. I have encountered it with combination NetBeans 3.5 + Solaris 8.

At the moment, I cannot confirm that the Search Results window staying
on top is a bug.
Comment 3 Marian Petras 2004-01-09 18:48:40 UTC
Search results are no longer displayed in a standalone window (dialog)
- they are displayed at the bottom of the main window (in MDI mode)
similarly to Output window. See issue #37195 ("Search Results should
be opened at bottom like Output window") for more details.
Comment 4 Marian Petras 2004-09-21 16:00:08 UTC
I cannot reproduce this bug with the current builds of NetBeans 4.0.
Marking as FIXED.

My configuration:
   NetBeans 4.0 (custom build from 20 September 2004)
   JDK 1.5.0-rc
   Fedora Core (Linux)
   Gnome 2 (I do not know more details about my desktop environment)

Loz, please check whether it still happens with the recent NetBeans
builds on your configuration. NetBeans 4.0 Beta 1 can be downloaded
from http://www.netbeans.org/downloads/.
Comment 5 loz 2004-09-29 19:18:52 UTC
Looks fine to me now, thanks.