[TIMOB-16758] BlackBerry: KitchenSink: BaseUI > Views > Events Propogation; tapping on labels gives us "you clicked on view"
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-20T23:28:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0 |
Components | BlackBerry |
Labels | bb33, qe-manualtest |
Reporter | Lokesh Choudhary |
Assignee | Pedro Enrique |
Created | 2014-03-27T22:20:25.000+0000 |
Updated | 2014-08-20T23:28:29.000+0000 |
Description
Description:
1. Launch KS.
2. Go to BaseUI -> Views ->Events Propogation.
3. Tap on the labels A,B,C,D.
Actual Result:
1. We do not get "You clicked label" rather we get "You clicked view".
Expected Result:
1. We should get "You clicked label".
Comments
JSON Source
Estimating 5 days, this is due to the eventing system not bubbling. For this to work, a refactor needs to take place.
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/224
Verified fix on: Mac OSX 10.9.4 Appcelerator Studio, build: 3.4.0.201408180158 Titanium SDK build: 3.4.0.v20140819094113 Titanium CLI, build: 3.4.0-dev Alloy: 1.5.0-dev Blackberry Device Z10 (10.2.1.2947) Blackberry Sim (10.3) When a label is tapped the correct message appears saying 'You clicked on label XYZ' where XYZ refers to the letter corresponding to the label. Closing ticket.
Reopening to change SDK build and Studio build