带有显示屏的Chrome DIV:内联块分解向上和向下箭头

时间:2013-01-01 05:45:55

标签: html google-chrome contenteditable

这看起来应该很简单。 Linux下的Chrome。

以下HTML:

<div contenteditable="true">
test
<div style="display: inline-block;">
    <div style="font-weight: bold">Click here. Why does down arrow now work?</div>
</div>
test
<div>
test
<div style="display: inline-block;">
    <div style="font-weight: bold">TEST2</div>
</div>
Click mouse here and press up arrow in chrome? Why does it not go up?
</div>
</div>

http://jsfiddle.net/tSkj9/

这会导致向上和向下箭头失败。

为什么呢?

如果我将其设置为阻止,则向上和向下箭头工作。相反,他们反复将光标左右移动几个字符。

我认为它与内联块中的内容有关。

浏览器错误或我错过了关于内联块的内容?

0 个答案:

没有答案