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 231902 - False warning in a valid ng-class
Summary: False warning in a valid ng-class
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 08:29 UTC by Petr Jiricka
Modified: 2013-07-16 02:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the editor warning (23.49 KB, image/png)
2013-06-27 08:29 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-06-27 08:29:52 UTC
Created attachment 136378 [details]
Screenshot of the editor warning

1. Clone this project from GitHub: https://github.com/tastejs/todomvc
2. Import directory architecture-examples/angularjs using HTML Project from Existing Sources wizard
3. Open index.html

=> On line 22, editor complains about invalid value of the ng-class attribute, see the attached screenshot. I assume the this value is valid, no?

Also, one problem with the warning is that the marker of the error position (^ sign) does not seem to be in the correct place - it points to the middle of a word. Could it be because of the proportional font used?
Comment 1 Petr Pisl 2013-07-15 07:58:27 UTC
The problem with position ^ in error message is already fixed as issue #232526
Comment 2 Petr Pisl 2013-07-15 09:10:32 UTC
fixed in web-main: http://hg.netbeans.org/web-main/rev/23ac7640181b
Comment 3 Quality Engineering 2013-07-16 02:35:48 UTC
Integrated into 'main-silver', will be available in build *201307152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/23ac7640181b
User: Petr Pisl <ppisl@netbeans.org>
Log: #231902 - False warning in a valid ng-class