Back out bug 463080 - unifinder / views focus cleanup (caused 3 regressions)
This commit is contained in:
Родитель
c716eafd47
Коммит
af54f7d61c
|
@ -391,6 +391,7 @@ function unifinderSelect(event) {
|
|||
currentView().setSelectedItems(selectedItems.length, selectedItems, true);
|
||||
currentView().centerSelectedItems();
|
||||
calendarController.onSelectionChanged({detail: selectedItems});
|
||||
document.getElementById("unifinder-search-results-tree").focus();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -286,7 +286,6 @@ function showCalendarView(type, event) {
|
|||
sbSwitchToView(type, event);
|
||||
} else if (document.getElementById('switch2calendar').getAttribute('checked')) {
|
||||
ltnShowCalendarView(type, event);
|
||||
currentView().focus();
|
||||
}
|
||||
onCalendarViewResize(event);
|
||||
}
|
||||
|
@ -586,6 +585,7 @@ function observeViewDaySelect(event) {
|
|||
}
|
||||
|
||||
getMinimonth().selectDate(jsDate, jsMainDate);
|
||||
currentView().focus();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче