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 84774 - Hints should close when mouse-clicking outside of them
Summary: Hints should close when mouse-clicking outside of them
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-13 10:32 UTC by Max Sauer
Modified: 2007-01-17 10:09 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 Max Sauer 2006-09-13 10:32:29 UTC
Java Hints do not close when clicking inside source (they do close inside "old"
editor).

Steps to reproduce:
-------------------
0) Open a java file
1) Inside of a method type ie:
sb = new StringBuffer();
without sb declared
2) Invoke appeared hint
3) Mouse click inside source
=> The hint does not close

---
NetBeans IDE Dev (Build 060913)
1.5.0_08; Java HotSpot(TM) Client VM 1.5.0_08-b03
SunOS version 5.10 running on sparc
en (nb); ISO646-US
NetBeans-dev-060913
Comment 1 Petr Hrebejk 2006-10-01 15:14:52 UTC
Checking in HintsUI.java;
/cvs/contrib/editorhints/spi/src/org/netbeans/modules/editorhints/HintsUI.java,v
 <--  HintsUI.java
new revision: 1.13; previous revision: 1.12
done
Comment 2 Jiri Prox 2006-10-02 12:44:00 UTC
verified