Changes between Initial Version and Version 1 of Ticket #15581, comment 6
- Timestamp:
- Jul 7, 2012, 12:55:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15581, comment 6
initial v1 3 3 But I don't understand you test case. It seems invalid. Here's what I see: 4 4 1. The "Crash me" button calls {{{registry.byId('oknoListaModul').set('content', 'blablabla');}}} 5 2. That !ContentPane has an {{{onShow="moduleFind();"}}} handler. What are you expecting that onShow() handler to do? Isn't onShow() for a !ContentPane embedded in a !TabContainer, for then the tab is selected?5 2. That !ContentPane has an {{{onShow="moduleFind();"}}} handler. What are you expecting that onShow() handler to do? Isn't onShow() for a !ContentPane embedded in a !TabContainer, for when the tab is selected? 6 6 3. moduleFind is: 7 7