chrome, setSelectionRange issue
程序员文章站
2022-07-15 09:13:10
...
在chrome下,setSelectionRange这个dom方法有bug,不能创建input中的文本选中区域。
解决办法就是将setSelectionRange方法包装在window.setTimeout方法中,
详情请见,https://code.google.com/p/chromium/issues/detail?id=32865
下一篇: Bottle hello world