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 - No attribute checking after a custom attribute added
Summary: No attribute checking after a custom attribute added
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-23 03:56 UTC by kklou
Modified: 2016-12-23 03:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.