[TIMOB-15036] iOS7: Option Dialog - Last option is cut off from the option dialog
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-09-05T22:30:27.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios7, qe-3.1.3, qe-ks |
Reporter | Anshu Mittal |
Assignee | Vishal Duggal |
Created | 2013-09-04T11:31:02.000+0000 |
Updated | 2015-02-02T20:47:46.000+0000 |
Description
Last option is cut off from the option dialog.
This is not regression since the issue occurs on 3.1.2 GA as well. Issue does not occur on ipad.
Steps to reproduce:
1. Go to Kitchensink> BaseUI> Views> Option dialog.
2. Click on 'show dialog1'.Observe the option dialog.
Actual:
The option dialog's last option is cut off. Please refer to the screenshot attached.
Expected:
The last option should not be cut off.
Attachments
This is expected behavior for options dialogs. See: https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/TransitionGuide/TempViews.html#//apple_ref/doc/uid/TP40013174-CH11-SW1 Closing