﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
840,Don't hard-code current pane in ZoteroPane::itemSelected(),dstillman,dstillman,"From the dev list:

''The mechanism used to select the current item pane is:''
{{{
document.getElementById('zotero-item-pane-content').selectedIndex = 3;
}}}

''would it not be less ambiguous to do something like:''

{{{
var currentPanel = document.getElementById('zotero-view-whatever');
document.getElementById('zotero-item-pane-content').selectedPanel = currentPanel;
}}}",enhancement,new,trivial,,interface,1.5,,,
