[Webkit-unassigned] [Bug 254590] New: Regression - behaviour of transform:scale(0)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 28 08:43:35 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=254590
Bug ID: 254590
Summary: Regression - behaviour of transform:scale(0)
Product: WebKit
Version: Safari 16
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: matt.sephton at gmail.com
In this Safari Extension, for the past 6 years we have been using:
Previously
```
#polyglot__panel {
transform: scale(0) !important;
}
```
which, regardless of whether it is considered correct or not, had no effect and the element displayed fine.
Q: is this change in behaviour to be expected?
If I try to override this CSS, there is a different problem:
overridding style has no effect until original style is deactivated/unchecked in web inspector
https://bugs.webkit.org/show_bug.cgi?id=254585
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230328/bef8f524/attachment.htm>
More information about the webkit-unassigned
mailing list