[otrs-cvs] otrs/var/httpd/htdocs/js Core.UI.Dialog.js, 1.35, 1.35.2.1

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv32641/var/httpd/htdocs/js

Modified Files:
      Tag: rel-3_1
	Core.UI.Dialog.js 
Log Message:
Fixed bug#8457 - Error if accessing AgentTicketSearch from AgentTicketPhone in IE8.

Author: mn

Index: Core.UI.Dialog.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.UI.Dialog.js,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -2 -u -d -r1.35 -r1.35.2.1
--- Core.UI.Dialog.js	14 Feb 2012 14:24:46 -0000	1.35
+++ Core.UI.Dialog.js	17 Dec 2012 12:30:23 -0000	1.35.2.1
@@ -556,5 +556,7 @@
             for (Editor in CKEDITOR.instances) {
                 if (typeof CKEDITOR.instances[Editor].setMode === 'function') {
-                    window.setTimeout(ResetRTE, 0, Editor);
+                    window.setTimeout(function () {
+                        ResetRTE(Editor);
+                    }, 0);
                 }
             }
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.