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 219996

Summary: false "Unexpected characters ;," issue in action items for empty style="" attribute
Product: web Reporter: Marek Fukala <mfukala>
Component: CSS EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2012-10-12 11:53:38 UTC
<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
        <div style=""></div>
    </body>
</html>

the file above will show the "Unexpected characters ;," issue in the action items.

The editor itself shows no error/warning.

Caused by the virtual css selector generated for the empty styles attribute.
Comment 1 Marek Fukala 2012-10-12 12:05:47 UTC
The error on the virtual source needs to be filtered from the parser result diagnostics.
Comment 2 Marek Fukala 2013-06-04 15:20:17 UTC
cannot reproduce now, seems to be already fixed