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 253812 - Code completion for jQuery selectors contain generic JS completion
Summary: Code completion for jQuery selectors contain generic JS completion
Status: RESOLVED DUPLICATE of bug 235200
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 18:07 UTC by Vladimir Riha
Modified: 2015-09-29 13:37 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 Vladimir Riha 2015-07-26 18:07:07 UTC
If you invoke cc in

$("^")

or even

$(".^")


it always contains the generic JS code completion (create, defineProperties...)


Thank you


Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) Client VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-09-29 13:37:14 UTC

*** This bug has been marked as a duplicate of bug 235200 ***