[TIMOB-13843] MobileWeb: Button.backgroundSelectedImage has no effect
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T22:21:55.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Yaroslav Pidstryhach |
Assignee | Chris Barber |
Created | 2013-05-13T12:30:47.000+0000 |
Updated | 2018-04-04T23:20:33.000+0000 |
Description
*Steps to reproduce*
1. Run attached application
2. Click the button
3. See that the backgroundSelectedImage doesn't show
*Expected result*
The button will highlight to red
*Actual result*
Button's appearance doesn't change
*Test case*
var win = Ti.UI.createWindow({
backgroundColor : "#FFF"
});
var button = Ti.UI.createButton({
title : 'Click',
backgroundSelectedImage : 'testButton2.png',
backgroundImage : 'testButton.png',
});
win.add(button);
Attachments
File | Date | Size |
---|---|---|
buttonSelectedImage.zip | 2013-05-13T12:30:47.000+0000 | 3045715 |
Tested and confirmed on Android browser and Firefox with latest Ti SDK 3.2 CI. Can't get the sample to load in Safari for some reason...
Resolving as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.