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 236856 - unexpected token ident found
Summary: unexpected token ident found
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 240078 241557 241599 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-07 23:44 UTC by yuhong_wang
Modified: 2014-10-06 13:26 UTC (History)
2 users (show)

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 yuhong_wang 2013-10-07 23:44:28 UTC
With 7.4 release candidate 2, when I open html5 project with jqwidgets library's jqx.base.css, it marks

 *color: expression(this.parentNode.currentStyle['color']);  

in 

.jqx-grid-pager-number {
    color: inherit;
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid transparent;
    *color: expression(this.parentNode.currentStyle['color']);     
    outline: none;
}

and other classes as red.

I did not see this with 7.3.1, and I am not sure it is a bug or not.
Comment 1 Vladimir Riha 2013-11-13 13:08:06 UTC
reproducible

Product Version: NetBeans IDE Dev (Build 201311130002)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Vladimir Riha 2014-01-07 14:13:01 UTC
*** Bug 240078 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Riha 2014-02-08 20:36:44 UTC
*** Bug 241557 has been marked as a duplicate of this bug. ***
Comment 4 Vladimir Riha 2014-04-18 07:13:28 UTC
*** Bug 241599 has been marked as a duplicate of this bug. ***