Google Chrome 设备模拟器模式选择框错误

Google Chrome 设备模拟器模式选择框错误

当我在设备模式(iPad)中选择 Google Chrome 中的选择框时,列表显示为黑色,并且远离选择框。我该如何修复此问题;我的 Google Chrome 版本是 53.0.2785.116 64 位,在 64 位 Windows 10 上运行。 选择选择框时出现 Google Chrome 错误

更新:它在 Google Chrome 普通模式、Firefox 和 IE 中正常运行

我测试的代码:

<html>
<body>
<select>
    <option>abcdefg</option>
    <option>abcdefg</option>
    <option>abcdefg</option>
    <option>abcdefg</option>
    <option>abcdefg</option>
</select>
</body>
</html>

相关内容