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 - false "Unexpected characters ;," issue in action items for empty style="" attribute
Summary: false "Unexpected characters ;," issue in action items for empty style="" att...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 11:53 UTC by Marek Fukala
Modified: 2013-06-04 15:20 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 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