[TIMOB-11737] BB:Ti.UI.Window open event does not trigger
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-11-12T22:14:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | blackberry, look1 |
Reporter | Dan Tamas |
Assignee | Josh Roesslein |
Created | 2012-11-10T16:29:21.000+0000 |
Updated | 2017-03-16T20:21:08.000+0000 |
Description
Testcase app.js:
var win = Ti.UI.createWindow({
backgroundColor:'#f00'
});
win.addEventListener('open', function(){
alert('win open event');
});
win.open();
No alert shows up.
Should be fixed in master and available in next preview drop.
Closing ticket as BlackBerry is no longer supported by us.