firebug and _moz_dirty
Posted
by
shivesh
on Stack Overflow
See other posts from Stack Overflow
or by shivesh
Published on 2010-06-07T16:23:30Z
Indexed on
2010/12/27
23:55 UTC
Read the original article
Hit count: 163
I am developing Javascript app that will wrap every line of text entered inside iframe (designmode) with P (or div) like it happens by default in IE.
For now I am not pasting my code because I just started, the first problem is when i type some text in firefox and even before I click enter or calling any function firebug inserts
<br _moz_dirty="">
under the entered text.
Why? How can I prevent it?
If you still need my code please tell.
© Stack Overflow or respective owner