[TIMOB-3225] Android: Picker Custom Attributes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-16T11:02:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.7.0, Sprint 2011-14, Release 1.6.2 |
Components | Android |
Labels | android, attribute, custom, defect, picker, release-1.6.2, release-1.7.0, rplist |
Reporter | Alan Leard |
Assignee | Don Thorp |
Created | 2011-04-15T03:39:56.000+0000 |
Updated | 2011-05-16T11:02:09.000+0000 |
Description
Android is unable to recognize custom attributes from a picker.
Reference Ticket: http://developer.appcelerator.com/helpdesk/view/75131">http://developer.appcelerator.com/helpdesk/view/75131
Tested using Kitchen Sink on iOS and Android Emulator APIs 2.2.
+1 on this as it makes switching between iOS and Android much easier
(from [2c9933f9897f25ab56aa34b7f0d3fbb016bf1cbc]) Oops, failed to call super's handleCreationDict() [#3225] https://github.com/appcelerator/titanium_mobile/commit/2c9933f9897f25ab56aa34b7f0d3fbb016bf1cbc"> https://github.com/appcelerator/titanium_mobile/commit/2c9933f9897f...
Very simple failcase app.js. QE can use this for testing:
In the failcase, the alert dialog will show "undefined." When running with the fix it will say "blee".
(from [526c09867c8ed5509df18a55f2155be50a04a294]) Drillbit test for the picker row attribute bug. [#3225] https://github.com/appcelerator/titanium_mobile/commit/526c09867c8ed5509df18a55f2155be50a04a294"> https://github.com/appcelerator/titanium_mobile/commit/526c09867c8e...
(from [7e3eda295310ac9df99a58598ca0de998c65c1b2]) Call super's handleCreationDict [#3225] https://github.com/appcelerator/titanium_mobile/commit/7e3eda295310ac9df99a58598ca0de998c65c1b2"> https://github.com/appcelerator/titanium_mobile/commit/7e3eda295310...
Backported to 1_6_X.
closing against 1.6.2 GA