Bug 277638
Summary: | Filters should be applied to detached and non document based canvases | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Canvas | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | NEW | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 275436 |
Said Abou-Hallawa
This work is towards fixing bug 275436.
Canvas may be offscreen or may be detached element. This means there is no RenderElement, Document or RenderStyle associated with this canvas. These objects may be needed when parsing the filterString to resolve the color or the filter URL. Parsing the filterString should not assume the canvas is attached to a document. Nor should it assume it is renderable.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133225882>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/31725