Threaded View
-
21 Jun 2012 1:25 AM #1
Show event not fired when the panel is first shown on the screen
Show event not fired when the panel is first shown on the screen
Hi,
When we create a panel we add this:
listeners: {
show: function shown(me, eOpts) {
alert("shown");
}
},
However, the event is not fired the first time the panel is created & shown on the screen, this is critical for us, because we need to initiate setup events, especially after the vidget is shown on the screen
The way to overcome this is to call hide and show methods right after "new Ext.Panel" , however this creates its own critical bug (drag issues - opening another bug for that)
I was hoping it will be solved in the latest 2.0.1.1 , but the bug is still there
Omer Paran
Co-Founder & CTO
attracTV
Mobile IL : +972 50-202-4804
omer.paran@attarctv.com
web site: www.attractv.com
twitter: http://twitter.com/attractv
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote