Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14010] MobileWeb: Button image is not centered

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T20:27:12.000+0000
Affected Version/sRelease 3.1.0, Release 3.2.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsparity
ReporterDaniel Sefton
AssigneeChris Barber
Created2013-05-28T21:24:01.000+0000
Updated2017-05-02T20:27:12.000+0000

Description

*Problem* The image set on a button is not centered on Mobile Web. It's centered on iOS. *Test case*
var win = Ti.UI.createWindow({
	title : 'test',
	backgroundColor : 'black',
});

var button = Ti.UI.createButton({
	backgroundColor : 'orange',
	image : 'KS_nav_ui.png',
	width : 300,
	height : 300
});

win.add(button);
win.open();

Comments

  1. Lee Morris 2017-05-02

    Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.

JSON Source