Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16758] BlackBerry: KitchenSink: BaseUI > Views > Events Propogation; tapping on labels gives us "you clicked on view"

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2014-08-20T23:28:28.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.4.0
ComponentsBlackBerry
Labelsbb33, qe-manualtest
ReporterLokesh Choudhary
AssigneePedro Enrique
Created2014-03-27T22:20:25.000+0000
Updated2014-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

  1. Pedro Enrique 2014-04-03

    Estimating 5 days, this is due to the eventing system not bubbling. For this to work, a refactor needs to take place.
  2. Pedro Enrique 2014-05-15

    PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/224
  3. Ewan Harris 2014-08-20

    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.
  4. Ewan Harris 2014-08-20

    Reopening to change SDK build and Studio build

JSON Source