[TIMOB-14010] MobileWeb: Button image is not centered
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:27:12.000+0000 |
Affected Version/s | Release 3.1.0, Release 3.2.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | parity |
Reporter | Daniel Sefton |
Assignee | Chris Barber |
Created | 2013-05-28T21:24:01.000+0000 |
Updated | 2017-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();
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.