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 245221 - HTML's Common But Not Valid hint should override Attributes
Summary: HTML's Common But Not Valid hint should override Attributes
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-24 14:29 UTC by davidje13
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davidje13 2014-06-24 14:29:41 UTC
I'm working on code which requires <meta http-equiv="X-UA-Compatible" content="IE=edge" />, so I set the Common But Not Valid hint to "Suggestion for current line" to avoid noisy warnings. But the warning still shows up due to the Attributes hint (which I want to keep at "Warning").

The Attributes rule should not encompass the Common But Not Valid rule, or the editor should realise that the issue is being detected by a more specific rule and apply the "Show as" choice for the more specific rule (in this case, Suggestion for current line).