Text gets deleted when submitting only img tag
Brought to you by:
kalperin
If you enter certain types of input, it gets wiped out
by the Javascript when submitting.
Here are some examples (I hope the HTML doesn't get
parsed here):
1. <img src="http://www.google.com/images/logo.gif">
2. <a href="http://www.google.com/"><img
src="http://www.google.com/images/logo.gif"></a>
3. <center><img
src="http://www.google.com/images/logo.gif"></center>
Logged In: YES
user_id=271813
I was able to reproduce this on version 1.0.00.001, and also
on the "Try it out" page
(http://hypertextarea.sourceforge.net/javascript/demo.html).
Logged In: NO
Sure does. Damn. Wrapping an image in table is a workaround
but not a good one!
Logged In: NO
Is there any word on this bug getting fixed?