Chrome + RTL - 输入会导致 chrome 在删除部分文本并单击外部时冻结

Chrome + RTL - input causes chrome to freeze when deleting part of the text and clicking outside

提问人:Almog Tayeb 提问时间:3/8/2023 最后编辑:Almog Tayeb 更新时间:3/8/2023 访问量:80

问:

使用 Google Chrome 并使用属性 dir=“rtl” 或样式 direction:rtl 时, 在输入中键入文本,并标记一些文本,包括文本的开头并删除它。

之后,在输入外部单击,窗口将冻结。

示例:fiddle


    <div dir="rtl">
        <input class="input" />
    </div>

以前有人遇到过这个问题吗? 我无法找到此问题的任何参考资料。

我已经用 Google Chrome 版本 110.0.5481.104(官方版本)(64 位)试过了

另外:这在Firefox上不会发生。

jQuery Google-chrome 右到左

评论


答: 暂无答案