[AC-1142] Blackberry custom properties not propagated to event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-09-04T07:36:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | TCSupportTriage, blackberry, custom, properties |
Reporter | Tony Ross |
Assignee | Mauro Parra-Miranda |
Created | 2014-08-22T17:26:47.000+0000 |
Updated | 2016-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.
Hello, can you please provide a full testcase in the form of app.js that shows the issue? Best Regards!