[Webkit-unassigned] [Bug 243517] New: scrollIntoView() does not work on option elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 3 15:44:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=243517
Bug ID: 243517
Summary: scrollIntoView() does not work on option elements
Product: WebKit
Version: Safari 15
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zlip.792 at gmail.com
Hi Team,
Came across another interesting test case from Mozilla Bugzilla, where Safari 15.6 is failing similar to Firefox but Chrome is showing desired behavior.
Test Case (Changed into JSFiddle) - https://jsfiddle.net/5zuhsp24/show
Test Case (from Mozilla Bug) - https://bug1389779.bmoattachments.org/attachment.cgi?id=8896610
Mozilla Bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1389779
___
STEPS TO REPRODUCE:
1) Open JSFiddle & Run
EXPECTED RESULTS:
In "Bug" Select, you should see text "I'm visible" similar to other like "workaround"
ACTUAL RESULT:
"I'm visible" is not showing up in scrollIntoView()
** Other Browsers **
Firefox Nightly 105 - Bug exists and it is same as Safari 15.6
Chrome Canary 106 - Bug does not exist and both "scrollIntoView()" and "workaround" show "I'm visible" text.
___
I think fixing this would be great so "no" workarounds are required.
Thanks for your continuous support.
--
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/20220803/2bc55d08/attachment.htm>
More information about the webkit-unassigned
mailing list