Hello,
I have this simple HTML:
<html><body>
<input><div contenteditable="true" style="border:1px #7f9db9 solid; width:100px; height:20px;"></div>
</body></html>
It shows two input boxes. When I type something into the 2nd one, then go at the very beginning of the row (hit Home-key), then I hit Backspace, the text jumps at the end of the 1st input box... I run latest Firefox.
Why doesn't the text stay in its box, as expected?