1

フォームフィールドにカーソルの奇妙な振る舞いがあります。CSSなどで修正する方法はありますか?IE Edge/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

は「*代わりに、GPUレンダリングのレンダリングを使用するソフトウェア」

この

は、問題を解決しますIE後藤インターネットオプション>詳細設定でこの postを参照してください>とオプションを確認してください。

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

チェックこのうち、私は –

+1

はどうやらIE11とエッジでのいくつかの奇妙な行動に文句他の人がいるhttp://screencast.com/t/C0zLSImizrTD画面をキャプチャしています。 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