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 256354 - AngularJS - Bug in the "for" attribute of label
Summary: AngularJS - Bug in the "for" attribute of label
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-04 08:49 UTC by ulspider
Modified: 2015-11-04 08:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bug in the "for" attribute of label (49.62 KB, image/png)
2015-11-04 08:49 UTC, ulspider
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulspider 2015-11-04 08:49:47 UTC
Created attachment 157137 [details]
Bug in the "for" attribute of label

There is a bug in the "for" attribute of label when I create dynamictly the content of this attribute (screenshot).

When I remove spaces, the problem is now on the "id" attribute of my input field. I must remove all spaces in "for" and "id" attributes in order to solve the issue. 

I think that the link between "for" and "id" must be disabled when the "for" attribute contains en AngularJs expression. In the same way the control of a "for" attribute must be disabled when the attribute contains AngularJS expression.

I use Netbeans 8.1 Build 201510260002 for my AngularJS project.