Addresses #283, Autocomplete broken in Firefox 3
Add back other autocomplete workaround
This commit is contained in:
parent
234f2dcdb4
commit
567b266bca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user