зеркало из https://github.com/mozilla/pjs.git
Bug 311441 event list: click or hovering on text-filtered/searched items produces wrong event.
patch by gekacheka, r=me
This commit is contained in:
Родитель
32f6aea2c6
Коммит
1106082056
|
@ -715,7 +715,7 @@ function refreshEventTreeInternal(eventArray)
|
|||
|
||||
document.getElementById( UnifinderTreeName ).view = treeView;
|
||||
|
||||
document.getElementById( UnifinderTreeName ).eventView = new calendarEventView( eventArray );
|
||||
document.getElementById( UnifinderTreeName ).eventView = new calendarEventView( gEventArray );
|
||||
|
||||
//select selected events in the tree.
|
||||
selectSelectedEventsInTree( false );
|
||||
|
|
Загрузка…
Ссылка в новой задаче