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 193529 - When ctrl+mouse hover is used on JavaScript functions, the documentation is not displayed. However, it can be seen using ctrl+shift+space
Summary: When ctrl+mouse hover is used on JavaScript functions, the documentation is n...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2010-12-17 07:44 UTC by lordamit
Modified: 2012-10-01 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
preview after the fix for resolved functions (102.62 KB, image/png)
2012-09-27 13:13 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lordamit 2010-12-17 07:44:57 UTC
Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-6321-on-101214)
Operating System = Linux version 2.6.35-23-generic running on i386
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03
Comment 1 Petr Pisl 2011-10-06 13:48:16 UTC
Needs to be fixed in JsDeclarationFinder
Comment 2 Martin Fousek 2012-09-27 13:13:11 UTC
Created attachment 125002 [details]
preview after the fix for resolved functions
Comment 3 Martin Fousek 2012-09-27 13:22:09 UTC
Fixed the showing of the documentation in web-main #c2b97df25118.

lordamit, there is not always the function resolved so please enter issues for every case where you will be facing any issue (with the code sample to help us to detect troubles), but according the screenshot when the function is resolved, documentation is shown.
Comment 4 Quality Engineering 2012-10-01 12:05:51 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c2b97df25118
User: Martin Fousek <marfous@netbeans.org>
Log: #193529 - When ctrl+mouse hover is used on JavaScript functions, the documentation is not displayed. However, it can be seen using ctrl+shift+space