I am using contenteditable div and span with some icon. when i delete all the characters it takes some spaces in div only in Firefox. In Chrome is working fine.
Code:
<div id="test" contenteditable="true">dddddd</div> **Chrome**
<div id="test" contenteditable="true"> dddddd</div> **FireFox**
It occurs when I delete the whole text.
Span is used for pencil icon.