WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 23113
273173
SVG foreingObject incorrect transformation
https://bugs.webkit.org/show_bug.cgi?id=273173
Summary
SVG foreingObject incorrect transformation
Roman Bruckner
Reported
2024-04-24 01:24:04 PDT
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/
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2024-04-24 11:33:10 PDT
*** This bug has been marked as a duplicate of
bug 23113
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug