[TIMOB-18455] iPad: OptionDialog shows not in center of display
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-03-10T22:01:19.000+0000 |
Affected Version/s | Release 3.5.0 |
Fix Version/s | Release 3.5.1, Release 4.0.0 |
Components | iOS |
Labels | ipad, optiondialog |
Reporter | Shawn Lan |
Assignee | Ingo Muschenetz |
Created | 2015-01-26T21:27:29.000+0000 |
Updated | 2015-03-10T22:01:19.000+0000 |
Description
Starting 3.5.0, show an OptionDialog without specifying view property:
1. Dialog not centered
2. Arrow points to the center of the window.
Which looks very weird.
Before 3.5.0, the dialog will be centered without an arrow. That is the preferred behavior.
Hi, Please provide the simple test case to reproduce your problem. That will be real helpful to address the problem. Thanks Regards, Shuo
Just create an option dialog, and call dialog.show() without any parameter. Test it on iPad and you'll see the problem. Thanks.
Problem can be reproduced on SDK 3.5.0, which works well in SDK 3.4.* Not sure is it IOS change issue, or our SDK issue. Test Case:
I also had this problem, but with SDK 3.5.1 the problem is completely solved
Resolving based on customer feedback.
Verified fixed using: Titanium SDK 4.0.0.v20150306095010 Studio 4.0.0.201502171827 CLI 3.4.2 Xcode 6.2 Option dialog is centered and without arrow.