Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9814] Android: Window: A window with backgroundRepeat as true shows the single image, which is actually being repeated, on any touch event

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-06-27T16:21:02.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sRelease 2.1.0, Sprint 2012-13 Core, Release 3.0.0
ComponentsAndroid
Labelscore, qe-and060112, qe-testadded, regression
ReporterSatyam Sekhri
AssigneeAllen Yeung
Created2012-06-27T05:12:27.000+0000
Updated2012-07-12T23:46:59.000+0000

Description

A window with backgroundRepeat as true shows the single image on any touch event Regression. This does not occur on 2.0.2 Steps to Reproduce: 1. Create an application with code below and launch the application 2. Perform any touch event on the window Actual: The single image is shown on touch on window and shows back the window with tiled image Expected: Touch on window with tiled image should not show the single image
var win = Titanium.UI.createWindow({  
    backgroundColor:'blue'
});
win.backgroundImage = "KS_nav_ui.png";
win.backgroundRepeat = true;
win.open();

Attachments

FileDateSize
atRest.png2012-06-27T10:22:36.000+0000428652
withTap.png2012-06-27T10:22:36.000+0000247860

Comments

  1. Eric Merriman 2012-06-27

    Verified this is a regression form 2.0.2 with additional devices.
  2. Allen Yeung 2012-06-27

    PR: https://github.com/appcelerator/titanium_mobile/pull/2482
  3. Tamila Smolich 2012-06-27

    Closing as fixed. Tested and verified with: Titanium Studio, build: 2.1.0.201206251749 Titanium SDK: 2.1.0.v20120627151616 Devices: Samsung Galaxy tab (3.2); LG (2.3.6)

JSON Source