[TIMOB-1422] button backgroundImage does not scale on ipad
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:51:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:51:56.000+0000 |
Updated | 2017-03-02T19:23:47.000+0000 |
Description
see attached example. works properly on iphone
Attachments
File | Date | Size |
---|---|---|
archive.zip | 2011-04-15T02:51:57.000+0000 | 26251 |
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.
Why did I not mark this as invalid?
Closed as invalid.