[TIMOB-9814] Android: Window: A window with backgroundRepeat as true shows the single image, which is actually being repeated, on any touch event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-06-27T16:21:02.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Release 2.1.0, Sprint 2012-13 Core, Release 3.0.0 |
Components | Android |
Labels | core, qe-and060112, qe-testadded, regression |
Reporter | Satyam Sekhri |
Assignee | Allen Yeung |
Created | 2012-06-27T05:12:27.000+0000 |
Updated | 2012-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
File | Date | Size |
---|---|---|
atRest.png | 2012-06-27T10:22:36.000+0000 | 428652 |
withTap.png | 2012-06-27T10:22:36.000+0000 | 247860 |
Verified this is a regression form 2.0.2 with additional devices.
PR: https://github.com/appcelerator/titanium_mobile/pull/2482
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)