Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5976] iOS: Kitchensink - Base UI>Views>Events Propagation does not report label clicks

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-11-22T20:26:49.000+0000
Affected Version/sRelease 1.8.0
Fix Version/sSprint 2011-44, Release 1.8.0.1
ComponentsiOS
Labelsios110211, qe-closed-3.2.0, regression
ReporterEric Merriman
AssigneeStephen Tramer
Created2011-11-03T11:55:39.000+0000
Updated2014-06-19T12:43:42.000+0000

Description

Description: Base UI>Views>Events Propagation normally reports clicks on the window, the views, and the labels within the views. With my latest run on KS using 1.8.0, clicks on the labels are not reported. Steps to reproduce: 1) Install KS on iPad 2 2) Navigate to Base UI>Views>Events Propagation 3) Click on any of the labels ("A", "B", "C", or "D") Result: The label clicks are not reported at the bottom of the screen Note: DOES NOT occur with 1.7.5

Comments

  1. Stephen Tramer 2011-11-06

    This is an invalid bug, but a test update makes it clearer; this bug will remained open until the pull request for the test is processed, at which point it should likely be resolved as _INVALID_. This is an understandable mistake though, since the label which tracks the view propagation is updated twice in rapid succession: First with the label name, then with the view name (both events are hit, which indicates they are propagating correctly). This means that you only ever see the label display the text from the second update (view name).
  2. Olga Romero 2013-11-22

    Tested and verified fixed. Event propagation does report label click. Titanium Studio, build: 3.2.0.201311211626 Titanium SDK, build 3.2.0.v20131122102444 KS 3.2.0.GA Xcode 5.0.2 iPad mini iOS 7.0.2

JSON Source