Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13843] MobileWeb: Button.backgroundSelectedImage has no effect

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T22:21:55.000+0000
Affected Version/sRelease 3.2.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterYaroslav Pidstryhach
AssigneeChris Barber
Created2013-05-13T12:30:47.000+0000
Updated2018-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

FileDateSize
buttonSelectedImage.zip2013-05-13T12:30:47.000+00003045715

Comments

  1. Daniel Sefton 2013-05-13

    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...
  2. Lee Morris 2017-06-26

    Resolving as "Won't Fix" as MobileWeb has been deprecated.
  3. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source