[TIMOB-1368] tabview back button background image shrinks
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | ios, leftnavbutton, navgroup |
Reporter | Chris G |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:50:33.000+0000 |
Updated | 2012-09-25T16:18:09.000+0000 |
Description
The tabview back button on top left, when i set its background image. it shrinks it so it shows up in the middle.
Image size is 97 x 31 png
function open_property_detail(oid)
{ var property_detail_win = Titanium.UI.createWindow({
titlePrompt: ' ',
barImage: 'images/title_bg.png',
backgroundColor:'#000000',
backButtonTitleImage: 'images/back_btn.png',
url:'view.js'
//orientationModes: [Titanium.UI.PORTRAIT, Titanium.UI.LANDSCAPE_RIGHT, Titanium.UI.LANDSCAPE_LEFT]
});
property_detail_win.oid = oid;
Titanium.UI.currentTab.open(property_detail_win,{animated:true});
}
Attachments
File | Date | Size |
---|---|---|
back_btn.png | 2011-04-15T02:50:33.000+0000 | 2904 |
img_02191.PNG | 2011-04-15T02:50:33.000+0000 | 148368 |
Happens in iphone, using 1.3.2, 1.3.2 and latest git
fixed in 1.5!!!
As per the ticket, resolved in 1.5.
Not resolved (or regressed?) in 1.6.0
backButtonTitleImage still insets the provided image within a standard unstyled back button
Pushing for a full investigation.
Please reopen this. Still happend on 2.1.3 RC