Bug 164606 - Dynamic changes to backdrop filter inside opacity behave incorrectly
Summary: Dynamic changes to backdrop filter inside opacity behave incorrectly
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: All macOS 10.12
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-10 12:13 PST by Markus Stange
Modified: 2023-09-19 19:12 PDT (History)
5 users (show)

See Also:


Attachments
testcase (726 bytes, text/html)
2016-11-10 12:13 PST, Markus Stange
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Stange 2016-11-10 12:13:57 PST
Created attachment 294396 [details]
testcase

Steps to reproduce:
 1. Open the attached testcase.
 2. Click the button twice.

Expected results:
The initial state of the page should appear the same as the state after clicking the button twice.

Actual results:
The second click on the button turns the element with the backdrop filter white. On page load it was gray.

I don't actually know what the correct behavior here is, but it should at least be consistent.
Comment 1 Radar WebKit Bug Importer 2016-11-11 10:07:54 PST
<rdar://problem/29220956>
Comment 2 Matt Woodrow 2023-09-19 19:12:04 PDT
This no longer reproduces.