Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-845] Android: ImageView not honoring defaultImage property

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:54:25.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T02:37:44.000+0000
Updated2011-04-17T01:54:25.000+0000

Description

if set, defaultImage should be shown if loading from a non-local URL.

Comments

  1. Don Thorp 2011-04-15

    (from [e5885dc1c47a33252011ddf3e56cc97539b3ed9c]) [#845 state:fixed-in-qa] defaultImage is presented in two cases, one if the url is remote and two if defaultImage is set, but no image property is set. Depending on the size of the image and connection speed, you might not see the defaultImage in the first case. I removed the conditional code from KS that was using the deprecated url property for Android. Android has supported image for a while now. Just didn't know this example was not using it. Due to #1434 the cloud.png will not size correctly and display as a blue blob. https://github.com/appcelerator/titanium_mobile/commit/e5885dc1c47a33252011ddf3e56cc97539b3ed9c"> https://github.com/appcelerator/titanium_mobile/commit/e5885dc1c47a...

  2. Matt Schmulen 2011-04-15

    Titanium SDK version: 1.5.0 (12/01/10 09:30 ac7cfd8), KS, Android sim 1.6/2.1.

JSON Source