在Ubuntu中的Chrome上显示确认对话框时发生挂起

问题描述

当在Chrome版本86.0.4240.75(正式版本)(64位)上显示确认对话框时,挂起。此问题仅在ubuntu中的Chrome中发生。有人遇到这个问题吗?有什么解决办法吗?

<!DOCTYPE html>
<html>

<head>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script>
    $(document).ready(function() {
      $("select").change(function() {
        confirm("This is bug test");
      });
    });
  </script>
</head>

<body>
  Please change change the option:
  <select>
    <option value="a"> option A</option>
    <option vaule="b"> option B</option>
  </select>

</body>

</html>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)