0
我有這個簡單的HTML:HTML:CONTENTEDITABLE困擾
<html><body>
<input><div contenteditable="true" style="border:1px #7f9db9 solid; width:100px; height:20px;"></div>
</body></html>
它顯示了兩個輸入框。當我在第二個輸入框中輸入內容時,請在該行的最開始處點擊(Home-key),然後點擊Backspace,文本跳到第一個輸入框的末尾......我運行最新的Firefox。
爲什麼文本沒有像預期的那樣留在盒子裏?
我怎麼能刪除DIV?此外,我只是用Node Inspector來檢查它,它仍然存在。 – 2010-08-05 20:29:18