Bug 113098 - [Chromium] Filter effect disappears when changing element class name
Summary: [Chromium] Filter effect disappears when changing element class name
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 14:18 PDT by Dominic Mazzoni
Modified: 2013-04-08 17:02 PDT (History)
1 user (show)

See Also:


Attachments
Code to repro the bug (924 bytes, text/html)
2013-03-22 14:18 PDT, Dominic Mazzoni
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2013-03-22 14:18:37 PDT
Created attachment 194630 [details]
Code to repro the bug

This problem seems to manifest when:

* A CSS rule uses an attribute selector to apply a filter effect.
* The filter effect is a reference to an SVG filter.
* The element that the effect is applied to changes its class name - the filter should be unaffected, but it's lost.

Minimal repro attached. Bug repros on all current versions of Chrome from stable to Canary. Tested on Mac OS X, with hardware acceleration enabled.