找出选择发生变化的原因 (selectionchange)

发布于 2025-01-19 07:48:23 字数 228 浏览 1 评论 0原文

我试图弄清楚为什么我的 React Web 应用程序中的选择不断变化。我正在使用 contenteditable div,在输入时闪烁的光标偶尔会跳到 div 的开头。我只在 Android chrome 上看到这个问题。

我已经注册了一个事件处理程序来捕获 selectionchange 事件,但到那时,调用堆栈并没有真正为我提供太多关于为什么首先发出该事件的信息。有什么调试触发选择更改的提示吗?

I'm trying to figure out why selection keeps on changing in my React web application. I'm working with contenteditable div and while typing the blinking cursor would occasionally jump to the beginning of the div. I'm only seeing the issue on Android chrome.

I've registered an event handler to catch selectionchange events, but by then the call stack doesn't really provide me with much information as to why that event was emitted in the first place. Any tips for debugging what's triggering the selection change?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文