Open GoogleCodeExporter opened 8 years ago
I got this also.
It could be fixed by replacing textarea by input element.
method window.historyStorage.setup:
replace string
{code}
+ '<textarea id="' + textareaID + '" style="' + textareaStyles + '"
></textarea>'
{/code}
by string
{code}
+ '<input type="text" id="' + textareaID + '" style="' + textareaStyles + '" />'
{/code}
Original comment by denis.dr...@gmail.com
on 12 Mar 2009 at 1:09
[deleted comment]
Thanks Dennis. Had this same problem with all versions of Firefox. using
<input/>
instead fixed it.
Original comment by colm.deb...@gmail.com
on 11 Mar 2010 at 2:49
Original issue reported on code.google.com by
kedar.mo...@gmail.com
on 9 Feb 2009 at 6:22