4 Attachment(s)
Window Forms inside Tabpanel remain visible after closing the tab
Hi, I'am new to extjs, so I'am not sure if its a bug or not so I posted it here.
I have Tabpanel, each Tab has gridpanel inside with buttons that will pop-up window forms(modal is set to true).
Attachment 37490
My problem is that when there is only one Tabpanel item and try to close the Tab while window form is still active/open/showing, the window form and its modal mask remain visible (suppose to be deleted together with its container)
Attachment 37491Attachment 37493
I hope you can help me fix this, Thanks in advance