-
25 Feb 2011 8:18 AM #1
[CLOSED]IE8 : Slow first calling of Ext.Msg.alert
[CLOSED]IE8 : Slow first calling of Ext.Msg.alert
Hi,
I have strange behaviour on my local machine. First calling of 'Ext.Msg.alert' under IE8 is very slow (few seconds)
I tried the same code from IE8 console on online sencha examples and alert works very quickly but locally first calling too slowCode:Ext.Msg.alert("title", "msg");
Here is profiler result from IE8 (if it is useful for you)
IE8_Profiler.zip
P.S. Creating new window works quick for me
-
25 Feb 2011 9:49 AM #2
Is this in any particular mode?
Because the msg-box example works OK for me. And when I execute your fragment in the debugger it displays quickly.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
25 Feb 2011 10:28 AM #3
Hi,
I found the issue. I run the sample under Visual Studio with debug mode (IE8 was in debug mode)
If run without debug mode then alert works quickly. Very interesting, ExtJS 3 alert under debug mode has no such issue
Thanks for the help
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] Slow textbox response
By MichaelOstrovsky in forum Sencha Touch 1.x: DiscussionReplies: 6Last Post: 19 Dec 2010, 6:36 AM -
[CLOSED]Ext.Msg.alert ERROR
By kimopig in forum Ext 3.x: BugsReplies: 1Last Post: 20 Oct 2009, 4:45 AM -
[OPEN] [CLOSED][3.??] Msg.alert width problem after being called a few times
By extbio in forum Ext 3.x: BugsReplies: 3Last Post: 10 Sep 2009, 3:57 PM -
[CLOSED] Double listener call on Messagebox.alert()
By injenierobarsa in forum Ext GWT: Bugs (2.x)Replies: 3Last Post: 21 Jul 2009, 3:09 PM


Reply With Quote