|
@@ -82,6 +82,9 @@ define([
|
|
self.$selection.removeAttr('aria-owns');
|
|
self.$selection.removeAttr('aria-owns');
|
|
|
|
|
|
self.$selection.focus();
|
|
self.$selection.focus();
|
|
|
|
+ window.setTimeout(function () {
|
|
|
|
+ self.$selection.focus();
|
|
|
|
+ }, 0);
|
|
|
|
|
|
self._detachCloseHandler(container);
|
|
self._detachCloseHandler(container);
|
|
});
|
|
});
|