[Webkit-unassigned] [Bug 273173] New: SVG foreingObject incorrect transformation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 24 01:24:04 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273173
Bug ID: 273173
Summary: SVG foreingObject incorrect transformation
Product: WebKit
Version: Safari 17
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bruckner.roman at gmail.com
CC: sabouhallawa at apple.com, zimmermann at kde.org
HTML <input/> element inside <foreignObject> is incorrectly transformed (scale + translate).
While other browsers transform HTML as expected, Safari renders input differently based on CSS position type.
- static: transforms ok, but <input type="number"/> buttons are off
- absolute: does not scale, nor translate
- fixed: translates, but does not scale
Here's an example:
https://jsfiddle.net/kumilingus/zmLvadcu/
--
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/20240424/cd8a5986/attachment.htm>
More information about the webkit-unassigned
mailing list