On Jun 1, 2007, at 9:14 PM, Dan G. Switzer, II wrote:

This apparently is a bug in the code relating to Firefox's native
autocomplete functionality and can be worked around by adding the attribute
autocomplete="off" to the elements.

NOTE: This doesn't happen every time, it's a seemingly random occurrence.

For more detail on the problem, see this link:
http://www.activewidgets.com/javascript.forum.3865.1/finally-solved- ns_error
_xpc_js_threw_string.html

I had similar problem before with jEditable.  As you said, fix was:

i.setAttribute('autocomplete','off');

there is more info about bug in:

https://bugzilla.mozilla.org/show_bug.cgi?id=236791

--
Mika Tuupola                      http://www.appelsiini.net/~tuupola/



Reply via email to