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 258938 - (Knockout) code completion does not populate documentation in JavaScript -whereas it does in HTML.
Summary: (Knockout) code completion does not populate documentation in JavaScript -whe...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 08:16 UTC by jvissers
Modified: 2016-04-21 08:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (84.52 KB, text/plain)
2016-04-21 08:16 UTC, jvissers
Details
Display of completion with document in HTML (163.59 KB, image/png)
2016-04-21 08:17 UTC, jvissers-nl
Details
Display of completion without documentation in JavaScript (139.13 KB, image/png)
2016-04-21 08:18 UTC, jvissers-nl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jvissers 2016-04-21 08:16:30 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 3.13.0-55-generic running on amd64
Java; VM; Vendor = 1.8.0-tuxjdk
Runtime = OpenJDK 64-Bit Client VM 25.5-b02

Reproducibility: Happens every time

STEPS:
  * Open html (with knockout data-bind) 
  * Initiate completion and notice that it also shows documentation about it
  * Now open JavaScript (with knockout function)
  * Initiate completion and notice that it doesn't show documentation about it

ACTUAL:
  The dialog says (paraphrasing) - "click this link to see the documentation about it"

EXPECTED:
  The documentation should be displayed in the ID
Comment 1 jvissers 2016-04-21 08:16:35 UTC
Created attachment 159359 [details]
IDE log
Comment 2 jvissers-nl 2016-04-21 08:17:52 UTC
Created attachment 159360 [details]
Display of completion with document in HTML
Comment 3 jvissers-nl 2016-04-21 08:18:16 UTC
Created attachment 159361 [details]
Display of completion without documentation in JavaScript