﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
519,"Tag selector loses XBL bindings (""'tagSelector.focusTextbox();' is not a function"")",kkraus,dstillman,"A user reports that the tag selector feature is not available in her Zotero installation:

Checked the error log.  The error reports that the statement, ""tagSelector.focusTextbox();"" (which it highlights in the following function) is ""not a function""
 
function toggleTagSelector(){
		var zoteroPane = document.getElementById('zotero-pane');
		var tagSelector = document.getElementById('zotero-tag-selector');
		
		var showing = tagSelector.getAttribute('collapsed') == 'true';
		tagSelector.setAttribute('collapsed', !showing);
		this.updateTagSelectorSize();
		
		// If showing, set scope to items in current view
		// and focus filter textbox
		if (showing) {
			_setTagScope();
			tagSelector.focusTextbox();
		}
		// If hiding, clear selection
		else {
			tagSelector.uninit();
		}

I can't tell you much more than this because it just has never worked on my laptop and I only discovered it existed when I was using Zotero on my desktop where it works perfectly well.
Zotero is installed and updated on both machines in the same way with the same version of Firefox running on both.
",defect,closed,minor,1.0.0,interface,1.0,invalid,,
