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 - Microsoft IE css filter property is not supported by CSS parser
Summary: Microsoft IE css filter property is not supported by CSS parser
Status: RESOLVED DUPLICATE of bug 110333
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 20:04 UTC by troodon
Modified: 2009-09-24 17:17 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 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 ***