From 844c0d7768020593ba24ce5672b4e79d44a539cd Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 27 Jul 2013 14:52:23 +0200 Subject: [PATCH] Temporarily disabled mentions for Internet Explorer due to a bug --- wcfsetup/install/files/js/WCF.Message.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.Message.js b/wcfsetup/install/files/js/WCF.Message.js index 56a45be743..dc5f1c6d4e 100644 --- a/wcfsetup/install/files/js/WCF.Message.js +++ b/wcfsetup/install/files/js/WCF.Message.js @@ -2959,6 +2959,15 @@ WCF.Message.UserMention = Class.extend({ * @param string editorID */ init: function(editorID) { + // temporary disable suggestions for Internet Explorer + // + // this issue is caused by misplacing the range within the parent element, + // while the typed chars are appended to the preceeding text node, without + // getting focused for some reason + if ($.browser.msie) { + return; + } + this._textarea = $('#' + editorID); this._suggestionList = $('