Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
Modal window problem
Hi,
When i use dataview's itemclick event i can't create properly modal window in window. Created window goes back to the current window. But if i use button it works normally.
Please run fiddle and click dataview's items, created window goes back to the current window. Then click button it works normally.
Thanks,
-
Sencha - Support Team
According to the API docs this fires before the mousedown event on an item is processed. If you add a return false after your Ext.widget it should produce a better result.
Bryan
-
Sencha Premium Member
Interesting. I didn't look at api docs because I didn't think there may be different behaviour of an event. Thanks.