[ALOY-837] Alloy: Comment appear in the button
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-30T18:39:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.3.0, 2013 Sprint 20 |
Components | n/a |
Labels | qe-testadded |
Reporter | Mostafizur Rahman |
Assignee | Tony Lukasavage |
Created | 2013-09-29T05:32:56.000+0000 |
Updated | 2013-10-14T21:31:22.000+0000 |
Description
<Alloy>
<Window backgroundColor="black">
<Button>
<Label text="Pellentesque habitant"/><!--ABCDEFGHIJ-->
</Button>
</Window>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
commentBug.png | 2013-09-29T05:32:56.000+0000 | 10157 |
PR: https://github.com/appcelerator/alloy/pull/250 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-837 The above sample should work as expected now. Only text nodes will be used for text. Comment nodes will no longer add text to buttons or labels.
Verified as fixed. TiSDK 3.2.0.v20131013140318 Alloy 1.3.0 iOS7 and Xcode5 Closing.