[TIMOB-15047] Different behavior for of MODAL_PRESENTATION_FORMSHEET
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-09-05T16:46:43.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.1.3 |
Reporter | Priya Agarwal |
Assignee | Ingo Muschenetz |
Created | 2013-09-05T10:31:59.000+0000 |
Updated | 2017-03-20T20:35:54.000+0000 |
Description
Not a Regression.
Different behaviour of MODAL_PRESENTATION_FORMSHEET on iphone and ipad.
According to doc
"MODAL_PRESENTATION_FORMSHEET" is opened as Window whose width and height are smaller than those of the screen and the view is centered on the screen.
Same happens on ipad but on iphone the whole screen gets covered.
Steps to reproduce:
1)KitchenSink>BaseUI>Modal Windows
2)Choose combination of any animation along with formsheet option.
Expected Result:
Window should pop up with size smaller height and width of the screen size.(please refer to image ipad.png).
Actual Result;
It covers the whole screen(iphone.png)
Attachments
File | Date | Size |
ipad.png | 2013-09-05T10:31:59.000+0000 | 110456 |
iphone.png | 2013-09-05T10:31:59.000+0000 | 27011 |
Closing ticket as invalid.