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 235876

Summary: Knockout: data-bind attribute in knockout template
Product: javascript Reporter: Petr Hejl <phejl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: johnjullion, mfukala, pjiricka
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Hejl 2013-09-12 12:49:37 UTC
The proper binding context is not used in knockout template. It should be one defined for the template while it is the global one exported via ko.applyBindings. Also other props such as $parent etc. should be handled.