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