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 257541

Summary: Valid CSS Expression causing "Unexpected token"
Product: web Reporter: johnjamesjacoby
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: File stack and tooltip of error

Description johnjamesjacoby 2016-01-12 22:19:32 UTC
Created attachment 158105 [details]
File stack and tooltip of error

TinyMCE (bundled with WordPress) has a CSS rule that Netbeans complains rather loudly about.

```
this.runtimeStyle['zoom']='1', this.innerHTML=this.currentStyle['-ie7-icon'].substr(1, 1) + '&nbsp;'
```

This rule appears to be a valid expression, and "this." seems fairly common when it comes to it's usage.

On the plus side, this is the last remaining file in the Wordpress project that Netbeans disagrees with. Over the years, y'all have done a great job at preventing false positives like these.

This might also be considered a duplicate of #236856, but figured I'd let y'all decide.