Bug 196554
Summary: | SVGViewElement::svgAttributeChanged() is not implemented | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=94469 |
Said Abou-Hallawa
This method is called when an attribute value is changed. Usually the element marks itself for needsLayout. But since this method is not implemented and there is not enough test coverage for SVGViewElement, it's not clear what the implications are.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
The upcoming patch for bug 94469 will fix this.
Nikolas Zimmermann
*** This bug has been marked as a duplicate of bug 94469 ***