diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js
index 555b35e59fffec52dda28d5f40bb1118633d43a0..f3a54119e78121ef418e5390b95ad60589afcc1d 100644
--- a/core/js/jquery.ocdialog.js
+++ b/core/js/jquery.ocdialog.js
@@ -212,8 +212,10 @@
 			// Ugly hack to catch remaining keyup events.
 			setTimeout(function() {
 				self._trigger('close', self);
-				self.$dialog.hide();
 			}, 200);
+
+			self.$dialog.remove();
+			this.destroy();
 		},
 		destroy: function() {
 			if(this.$title) {