GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Hold |
Resolution Date | 2012-09-26T23:18:36.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Release 3.0.0, Sprint 2012-20 API, 2012 Sprint 20 |
Components | iOS |
Labels | api, ios6, qe-ios090112, qe-nfc |
Reporter | Dustin Hyde |
Assignee | Ingo Muschenetz |
Created | 2012-09-22T15:10:32.000+0000 |
Updated | 2017-03-09T00:03:30.000+0000 |
KitchenSink: Phone: Vibrate: Ti.UI.Button displays with fuzzy overlap border.
This does not occur in iOS 4.3.5 or 5.X.
Steps to Reproduce:
1. Run KitchenSink: Phone: Vibrate and view main button.
Actual Result:
Button border has fuzzy overlap.
Expected Result:
Crisp, sharp button borders.
The fuzzy border is because of the way the button is interacting with the window background color. Set backgroundColor to white and you do not see this issue. Deferring to post 2.1.3
On further investigation this seems like an apple issue. Basically the button border is being drawn inside the bounds of the view instead of along the bounds of the view. Set the backgroundColor of the button to white and run it on the simulators.
Closing ticket due to time passed.