[AC-808] Android: Images are not getting displayed in ImageView and View
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2014-05-21T13:41:04.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Fix Please |
| Assignee | Ritu Agrawal |
| Created | 2014-05-18T15:14:23.000+0000 |
| Updated | 2016-03-08T07:37:05.000+0000 |
Description
See the images attached.
The markup:
<Alloy>
<TabGroup>
<Tab title="Window">
<Window title="Window" backgroundImage="appicon.png">
<Label color="green">Window: 'appicon.png' is shown as background image.</Label>
</Window>
</Tab>
<Tab title="View">
<Window title="View">
<View backgroundImage="appicon.png">
<Label color="red">View: 'appicon.png' is NOT shown background image.</Label>
</View>
</Window>
</Tab>
<Tab title="ImageView">
<Window title="ImageView">
<Label color="red">Window: ImageView is NOT shown.</Label>
<ImageView image="appicon.png">
<Label color="red">ImageView: 'appicon.png' is NOT shown.</Label>
</ImageView>
</Window>
</Tab>
<Tab title="ImageView">
<Window title="ImageView">
<Label color="red">Window: ImageView is NOT shown.</Label>
<ImageView backgroundImage="appicon.png">
<Label color="red">ImageView: 'appicon.png' is NOT shown background image.</Label>
</ImageView>
</Window>
</Tab>
</TabGroup>
</Alloy>
Attachments
| File | Date | Size |
|---|---|---|
| 1.jpg | 2014-05-18T15:14:23.000+0000 | 98773 |
| 2.jpg | 2014-05-18T15:14:23.000+0000 | 44572 |
| 3.jpg | 2014-05-18T15:14:23.000+0000 | 41819 |
| 4.jpg | 2014-05-18T15:14:23.000+0000 | 41838 |
Hi there, could you pay attention to the issue, please? Imho, the bug is a kind of critical. Don't you think so?
This is basically related to TIMOB-16983. I will update this test case in TIMOB-16983. Make sense?
{quote} This is basically related to TIMOB-16983 . I will update this test case in TIMOB-16983 . Make sense? {quote} Ok. But note that it looks like the *ImageView* does not work as expected. Imho that's much worse than View background issue reported in the TIMOB-16983. Could you raise a priority for that? Thanks.
Resolving this ticket as a duplicate of TIMOB-16983. I have updated TIMOB-16983 to add ImageView test case from this ticket.