|
|
||
|
in: domapi.comps.window._free = function(arg){ |
||
|
|
|
|
||
|
Another on - dropdown.js |
||
|
|
|
|
||
|
This issue has been a long-runing one with FF thru 1.5 and has to deal with FF's autocomplete feature. The bug is (https://bugzilla.mozilla.org/show_bug.cgi?id=236791). Keep in mind tho, this problem generates a pesky exception, but does not halt execution. obj.setAttribute('autocomplete','off');Or, you can simply set autocomplete="off" in HTML. This was supposedly addressed in FF 1.5.01. BeamGate (Doug Hendricks) |
||
|
|
|
|
||
|
FYI: I am running FF 1.5.0.6, I have from RC1 all the way to the latest release from FF/BugZilla guys :-P |
||
|
|
|
|
||
|
Speaking of AutoComplete - have another question about drop downs. |
||
|
|
|
|
||
|
Doug, what did you mean by: you can simply set autocomplete="off" in HTML. |
||
|
|
|
|
||
|
Peruse this: http://devedge-temp.mozilla.org/viewsource/2003/form-autocompletion/index_en.html |
||
|
|
