cursor exceeds the border when tap or select all content in input fields on iOS 8

萝らか妹 提交于 2019-12-22 12:17:30

问题


IOS8 has the problem, IOS7 does not. I have a input tag whose content's length is longer then its width.

<input type="text" value="abcdefghijklmnopqrstuvwxyz" />

when tap , the cursor exceeds the right border, see cursor.png.

And when select all the select scroll also exceeds the border. see selectall.png

Is anyone else happened the problem.Thanks!

来源:https://stackoverflow.com/questions/27053549/cursor-exceeds-the-border-when-tap-or-select-all-content-in-input-fields-on-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!