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

Summary: AngularJS - Bug in the "for" attribute of label
Product: web Reporter: ulspider
Component: AngularJSAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal CC: ppisl
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Bug in the "for" attribute of label

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.