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 172939

Summary: Microsoft IE css filter property is not supported by CSS parser
Product: web Reporter: troodon <troodon>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description troodon 2009-09-23 20:04:44 UTC
If a css file has a line with a Microsoft IE filter definition in it, it reports any error and the css preview doesn't
work any more.

For example:
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='trans.png', sizingMethod='scale');

This is "valid" Microsoft IE css. Is there anyway I can get the parser to ignore lines like this and not default to "CSS
file is not parsed since it contains errors"
Comment 1 Marek Fukala 2009-09-24 17:17:44 UTC

*** This issue has been marked as a duplicate of 110333 ***