Bug 196554 - SVGViewElement::svgAttributeChanged() is not implemented
Summary: SVGViewElement::svgAttributeChanged() is not implemented
Status: RESOLVED DUPLICATE of bug 94469
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-03 12:43 PDT by Said Abou-Hallawa
Modified: 2019-09-03 13:39 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2019-04-03 12:43:57 PDT
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.
Comment 1 Nikolas Zimmermann 2019-09-03 03:43:41 PDT
The upcoming patch for bug 94469 will fix this.
Comment 2 Nikolas Zimmermann 2019-09-03 13:39:17 PDT

*** This bug has been marked as a duplicate of bug 94469 ***