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 269418

Summary: No attribute checking after a custom attribute added
Product: web Reporter: kklou
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description kklou 2016-12-23 03:56:16 UTC
After adding a custom attribute1, the HTML editor will not complain this is an invalid attribute. It works but any invalid attribute2 followed by this custom attribute1 became valid too! I mean the editor has no complain on this attribute2.

e.g.

<div att1="dkdk" att2="888"></div>

att1 is added to the json file as a custom attribute.
But att2 has not added as a custom attribute.

HTML editor should show the att2 is invalid, but actually it is not.