Addresses #283, Autocomplete broken in Firefox 3

Add back other autocomplete workaround
This commit is contained in:
Dan Stillman 2008-04-09 19:40:35 +00:00
parent 234f2dcdb4
commit 567b266bca

View File

@ -1126,6 +1126,12 @@ var ZoteroItemPane = new function()
return;
}
// Manually clear autocomplete controller's reference to
// textbox to prevent error next time around
if (textbox.mController && textbox.mController.input) {
textbox.mController.input = null;
}
var [creatorID, numFields] = comment.split('-');
// If result uses two fields, save both