Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1422] button backgroundImage does not scale on ipad

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:51:57.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:51:56.000+0000
Updated2017-03-02T19:23:47.000+0000

Description

see attached example. works properly on iphone

Attachments

FileDateSize
archive.zip2011-04-15T02:51:57.000+000026251

Comments

  1. Blain Hamon 2011-04-15

    The test used too small a button for the image set to be the background. As a result, the button overlaps on itself, mangling the look. This happens on both the iPhone and iPad by the very nature of how button images are scaled, and can be seen if the button is given a width of 210, a height of 130.

    To solve this, the button image must have the repeated areas cropped out, and the button must never be smaller than the image.

  2. Blain Hamon 2011-04-15

    Why did I not mark this as invalid?

  3. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source