operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Vendor prefixed CSS values (like gradients) are not filtered by CSS error filter #92

Open c69 opened 12 years ago

c69 commented 12 years ago

Would have been nice, if they didn't spam the error log.

hzr commented 12 years ago

Works for me, do you have an example where this doesn't work?

p01 commented 12 years ago

Works for me too. Are you sure you ticked the checkbox saying "Use CSS filter" in the Settings > Error log of Dragonfly and are looking in the Errors console/view of Dragonfly ?

This settings only effect the Error console/view of Dragonfly. Not the one of the browser itself.

c69 commented 12 years ago

Just go to http://twitter.github.com/bootstrap/

and check for yourself. old microsoft filters and old webkit gradient syntax are NOT filtered by this setting.

hzr commented 12 years ago

Ok, I see what you mean. The problem is that we filter on the error message, but sometimes we only get the last part of the error message which does not necessarily contain the part we're filtering on, e.g.

Invalid value for property: background-image
  5, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  --------------------------------------------------------------------------------^

No -moz- there.