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 256223

Summary: [81cat] Navigation Javadoc defect
Product: java Reporter: -Silver-
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
<no description>
<no description>
<no description>

Description -Silver- 2015-10-28 08:36:49 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

TEST CASE:
https://services.netbeans.org/synergy/client/app/#/case/2396/suite/2010

STEPS:
1.    Be sure that the Javadoc panel is closed.
2.    Open navigator.ClassStructure from sample project.
3.    Put the caret on some element into the EDITOR panel.
4.    Hover the mouse over some item into the NAVIGATOR panel (Note: the focus is still on EDITOR panel).
5.    Wait till the popup with javadoc opens (on the bottom there is the info "press CTRL+F1 to enlarge").
6.    Press CTRL+F1

ACTUAL:
The javadoc panel is opened but the javadoc contained on it refers to the element in the EDITOR pane and not the one hovered into the NAVIGATION pane.

EXPECTED:
The javadoc panel is opened with the javadoc of the element hovered into the NAVIGATION pane.
Comment 1 -Silver- 2015-10-28 08:36:55 UTC
Created attachment 157018 [details]
IDE log
Comment 2 Jiri Prox 2015-10-29 10:38:23 UTC
This works fine for me, can you please specify where exactly was the cursor in editor and over which element hovered the mouse cursor?
Comment 3 -Silver- 2015-10-29 12:38:50 UTC
Hi, I attached some screenshot. ;)
Comment 4 -Silver- 2015-10-29 12:38:56 UTC
Created attachment 157046 [details]
<no description>
Comment 5 -Silver- 2015-10-29 12:39:04 UTC
Created attachment 157047 [details]
<no description>
Comment 6 -Silver- 2015-10-29 12:39:16 UTC
Created attachment 157048 [details]
<no description>