我在woocommerce页面上使用的是select2,到目前为止,效果还不错。我的问题是,只有在Safari(Macbook,iMac)中,有人在下拉列表中进行选择后,页面才开始跳到底部。我没有对Javascript代码进行任何更改,因此它是原始的Select2。这是Safari Bug还是Select2。
我上传了演示产品以查看问题
https://www.amaoni.de/shop/unkategorisiert/test/
我还创建了有关该问题的图像的gif,以查看实际情况。
<span class="selection">
<span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-test-container">
<span class="select2-selection__rendered" id="select2-test-container" title="test">test</span>
<span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span>
</span>