カーソルを置くと、巨大なカーソルとして表示される contentEditable div があります。
コードは次のとおりです。
<html>
<head></head>
<body >
<div style="position:absolute; top:2px; left:30px; right:0px; bottom: 0px; height:100%;">
<div contentEditable="true" style=" color:#333333; height:100%; width:100%; cursor:text;" spellcheck="false"></div>
</div>
</body>
</html>
ここで確認できます: http://jsfiddle.net/yW62h/
これが私のブラウザでの外観です(FFX3.5)
この問題は、FFX3.6 および 4.0b6 でも発生します。
これはバグですか、それともここで何か間違っていますか?