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 246378

Summary: Various issues with AngularJS code completion in partial HTML file
Product: qa Reporter: skomisa
Component: Test SpecificationsAssignee: issues@qa <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description skomisa 2014-08-11 02:58:52 UTC
This bug relates to the Synergy test "Completion in partial file - MyCtrl1 IV" for AngularJS here:
  http://services.netbeans.org/synergy/client/app/#/assignment/1091/v/1

Issue 1
=======
Step 4 of the test states "Completion should contain generic JS items but also iteration, date, config and exec. Make sure that e.g. hello, hello2, ironman2 or test are not". 

But hello, hello2, ironman2 and test are all incorrectly offered during code completion.

Issue 2
=======
Step 11 of the test states "file controllers.js should be opened and cursor put to line where selected item is declared in MyCtrl1 controller", but nothing happens when pressing control/click on ironman.config.url.

Issue 3
=======
Step 15 of the test states "Completion should contain generic JS items and properties/methods of Date object". 

Code completion does offer the generic JS items, but not the properties/methods of Date object.

Issue 4
=======
Step 20 of the test states "file controllers.js should be opened and cursor put to line 29" but nothing happens when pressing control/click.


Product Version: NetBeans IDE Dev (Build 201408100001)
Java: 1.8.0_20-ea; Java HotSpot(TM) 64-Bit Server VM 25.20-b22
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-ea-b23
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\JohnDoe\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\JohnDoe\AppData\Local\NetBeans\Cache\dev
Comment 1 Vladimir Riha 2014-08-11 11:31:37 UTC
Thank you for reporting.

1) is tracked in issue 245361

2), 3), 4) are tracked in issue 239109

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