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 230119

Summary: Binding context from different files used by the code completion
Product: web Reporter: Marek Fukala <mfukala>
Component: KnockoutAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: phejl
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2013-05-22 13:50:42 UTC
1) create a new html file in the MyExpenses test app 
2) put <span data-bind="foreach: | "></span>
3) invoke CC => the current binding context is se to the one from the expenses_ko.js file.