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 219141 - Hoover-over hint does not show when blockhint is visible
Summary: Hoover-over hint does not show when blockhint is visible
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 21:03 UTC by Chiana
Modified: 2012-10-19 07:21 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 Chiana 2012-09-27 21:03:18 UTC
[ JDK VERSION : 1.7.7 ]

You cannot view the hoover-over hints when the blockhint is visible.

Reproduction:
Create a class that is long enough so that the top of it can be scrolled off
the screen (that is no longer visible) and contains a typical hint (such as
"The array is never written to...".
Make sure the class definition is off the screen and the hint is on the screen,
place the cursor at the ending brace so that the block-hint shows at the top,
if you now tries to peek at the hint by hoovering it it wont show.

I think this is caused by the fact that the hint-pop is busy showing the
block-hint, suggestion is that if you hoover a hint for more than, say one
second it should switch.
Comment 1 Jan Lahoda 2012-10-15 07:48:18 UTC
Svata, please take a look. Thanks.
Comment 2 Svata Dedic 2012-10-15 09:01:48 UTC
The custom tooltip for braces intereferes with the tooltips produced automatically by gutter or DocumentViews for the mouse pointer location.
Comment 3 Svata Dedic 2012-10-15 09:52:27 UTC
Changeset: ffedc86a6bc4
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-10-15 11:52
Message:   Mouse-hover tooltip can override a custom (not FLAG_PERMANENT) tooltip
Comment 4 Quality Engineering 2012-10-18 02:04:06 UTC
Integrated into 'main-golden', will be available in build *201210180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ffedc86a6bc4
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #219141 - Hoover-over hint does not show when blockhint is visible: fixed
Mouse-hover tooltip can override a custom (not FLAG_PERMANENT) tooltip
Comment 5 Chiana 2012-10-19 07:21:04 UTC
Verified, it, however, does a little flickering, but I wont file that unless you think it is needed.