在表单字段中,我面临着一种奇怪的游标行为,有没有办法用css或其他什么方法来修复它呢?
我正在使用引导,以下是我的代码和光标预览。有时像图A,有时像图B。

<form>
<label for="inputEmail">Username</label>
<input name="inputEmail" class="form-control" id="inputEmail" type="text" autocomplete="off">
<label for="inputPassword">Password</label>
<input name="inputPassword" class="form-control" id="inputPassword" type="password">
</form>发布于 2016-03-29 05:12:31
请参阅Internet >Advanced>中的帖子,并检查选项“使用软件呈现而不是GPU呈现*”
这将解决这个问题。

发布于 2016-03-28 10:32:36
我不能重复你的问题。这个CodePen说明了这一点。http://codepen.io/anon/pen/WwOYxB
<form>
<label for="inputEmail">Username</label>
<input name="inputEmail" class="form-control" id="inputEmail" type="text" autocomplete="off">
<label for="inputPassword">Password</label>
<input name="inputPassword" class="form-control" id="inputPassword" type="password">
</form>您是否使用其他css来覆盖引导样式?
https://stackoverflow.com/questions/36259516
复制相似问题