Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1142] Blackberry custom properties not propagated to event

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2014-09-04T07:36:54.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsTCSupportTriage, blackberry, custom, properties
ReporterTony Ross
AssigneeMauro Parra-Miranda
Created2014-08-22T17:26:47.000+0000
Updated2016-03-08T07:37:30.000+0000

Description

Custom properties on label not being propagated through click event. var LE = Ti.UI.createLabel({ width: '50%', textAlign: 'center', height: 35, top: 0, right: 0, text: 'Crop', myIndex: 1 }); When label has listener added, event object does not contain "myIndex" property and returns "undefined". I've tried this with silly names too, just in case I was duplicating a system property.

Comments

  1. Mauro Parra-Miranda 2014-08-25

    Hello, can you please provide a full testcase in the form of app.js that shows the issue? Best Regards!

JSON Source