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 8351
240215
<option> element cannot work with "zoom"
https://bugs.webkit.org/show_bug.cgi?id=240215
Summary
<option> element cannot work with "zoom"
Chijin
Reported
2022-05-08 08:44:55 PDT
Created
attachment 459013
[details]
chrome screenshot version: the latest safari/webkitgtk example link:
https://codepen.io/chijinz/pen/ExQPdEL
description: when setting "zoom" style for <option>, the element did not change as expected. Chrome works fine with it (screenshot is attached).
Attachments
chrome screenshot
(293.90 KB, image/png)
2022-05-08 08:44 PDT
,
Chijin
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Chijin
Comment 1
2022-05-08 08:45:33 PDT
example: <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00006").style["zoom"] = "7" } </script> </head> <body onload=jsfuzzer()> <select> <option id="htmlvar00006">aaa</option> <option>bbb</option> </select> </body> </html>
Radar WebKit Bug Importer
Comment 2
2022-05-15 08:45:14 PDT
<
rdar://problem/93310074
>
Karl Dubost
Comment 3
2023-05-15 00:57:32 PDT
*** This bug has been marked as a duplicate of
bug 8351
***
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