Bug 277638

Summary: Filters should be applied to detached and non document based canvases
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: CanvasAssignee: 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
Reported 2024-08-05 10:23:21 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-08-05 10:23:55 PDT
Said Abou-Hallawa
Comment 2 2024-08-05 10:34:55 PDT
Note You need to log in before you can comment on or make changes to this bug.