Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-593] image views with border width + border color of white have grey residue

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:53:37.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsimageview, ios, iphone
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:32:40.000+0000
Updated2011-04-17T01:53:37.000+0000

Description

if you have an ImageView that is on a white background and you have a borderWidth + a borderColor of white, there will be some light grey color around the border edge.

Comments

  1. Thomas Huelbert 2011-04-15

    no grey seen when using this code, closing as resolved

    var win = Titanium.UI.currentWindow;
    Titanium.UI.setBackgroundColor('#FFF');
    var imageView = Titanium.UI.createImageView({

               borderColor:'#FFF',
               borderWidth:10,
           image:'http://www.appcelerator.com/wp-content/uploads/2009/06/titanium_desk.png',
           width:261,
           height:178,
           top:20
       });
       

    needs testcase

JSON Source