[TIMOB-12538] BlackBerry : Event listeners are not working on BlackBerry
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-23T08:21:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2013 Sprint 03 BB, 2013 Sprint 03 |
Components | BlackBerry |
Labels | module_tableview, qe-testadded, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Josh Roesslein |
Created | 2013-01-31T23:07:22.000+0000 |
Updated | 2014-06-19T12:44:06.000+0000 |
Description
Description:
1.Make a new project & select master/detail application template
2.Build & run the application on the BB simulator or device
3.You will see a table view with apples,grapes,oranges etc
4.Tap on any table row
Actual Result:
1.Tapping on table row does not open anything as the eventlistner is not working
Expected results:
1.The eventlistner should work & we should be able to get inside the table row after tapping on it
Confirmed events are firing and the "detail" window does open. The label in the detail window isn't visible due to 'auto' not working. If you change it to absolute height/width it works. The layout issue will be addressed in another ticket.
Verified the fix on the master/detail window app & KS.The event listeners are working as expected. Thus closing the issue. Environment: Ti Studio : 3.1.0.201302061750 Ti BB SDK : 3.1.0.v20130206165546 Mac OSX : 10.8.2 win 7 64 bit Win 8 BB simulator : 10.0.9.386
Reopening just to update label.
Updated label. Closing as fixed. Verified with Environment: Studio: 3.1.2.201307191853 Titanium SDK:3.1.2.v20130718094558 acs:1.0.3 alloy:1.1.3 npm:1.3.2 titanium:3.1.1 titanium-code-processor:1.0.1 OS: OSX 10.8 Device:Blackberry-Z10(v 10.0.10.261) blackberry SDK: 10.1.0.1020 Event listeners working fine. Check with Master/Detail template app