Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 textarea 编辑某些文本时,当单词与可编辑区域的末尾发生冲突时,文本光标和选择箭头会不同步。
我正在使用 android 2.3.6 进行测试。
当我向 textarea 宽度添加更多像素时,它可以解决问题,但随后我在其他行中遇到了同样的问题。我也尝试添加一些填充,我得到了相同的结果。
我认为问题是选择箭头,它需要适合文本区域。
关于做什么的任何想法?谢谢你的帮助。