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 229247 - expected semicolon hint is erroneously displayed for Knockout bindings
Summary: expected semicolon hint is erroneously displayed for Knockout bindings
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 229318
  Show dependency tree
 
Reported: 2013-05-01 16:17 UTC by peppertech
Modified: 2013-05-28 12:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (77.76 KB, text/plain)
2013-05-01 16:17 UTC, peppertech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peppertech 2013-05-01 16:17:16 UTC
in the current build all knockout binding attributes like this:
<tbody id="DepartmentsDetails" data-bind="foreach: Departments">

are showing a code hint saying that it expected to have a semi-colon after the attribute value.  In the case above, it would be after "Departments"

This is incorrect and will actually cause Knockout to not work if you do add the semi-colon.


Product Version = NetBeans IDE Dev (Build web-main-10419-on-20130430)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Comment 1 peppertech 2013-05-01 16:17:22 UTC
Created attachment 134011 [details]
IDE log
Comment 2 Marek Fukala 2013-05-02 10:15:56 UTC
known issue => passing to owner Petr Hejl
Comment 3 Petr Hejl 2013-05-28 12:55:24 UTC
Should be fixed by bde4058e463e (fix for #229851).