corvonero
11 Sep 2010, 2:55 AM
Ext.Msg.show (and similar) are not working in 0.94
I've tracked down the problem to:
doComponentLayout:
when me.setSize(w, null); is called the function calls doComponentLayout again because this.rendered is true, causing an infinite loop.
So far I've been unable to solve the problem
Thanks for any help.
Tested on Safari and Chrome for desktop
Unsure about iOS
I've tracked down the problem to:
doComponentLayout:
when me.setSize(w, null); is called the function calls doComponentLayout again because this.rendered is true, causing an infinite loop.
So far I've been unable to solve the problem
Thanks for any help.
Tested on Safari and Chrome for desktop
Unsure about iOS