1

我面臨遊標在表單字段的奇怪行爲,有什麼辦法來解決它與CSS或別的東西?IE瀏覽器邊緣/ 11:奇怪的遊標行爲的表單字段

我使用引導程序,以下是我的代碼和遊標預覽。有時,它顯示了像圖中的A和某個般的人物B.

enter image description here

<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> 

回答

0

請參閱本post在IE轉到Internet選項>高級>並勾選「使用軟件呈現而非GPU渲染*」

這將解決這個問題。

enter image description here

0

我不能複製你的問題。這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重寫引導風格?

+0

檢查了這一點,我已經捕獲屏幕http://screencast.com/t/C0zLSImizrTD –

+1

顯然還有其他人在抱怨IE11和邊緣的一些怪異的行爲。 http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/strange-cursor-appearance-in-text-box/2bbc4b87-9d74-e011-8dfc-68b599b31bf5?auth=1 – SG1Asgard

相關問題