[TIMOB-17380] iOS8: Unable to dismiss alert when its content is too large
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Hold |
Resolution Date | 2014-08-06T21:09:07.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | ios8 |
Reporter | Priya Agarwal |
Assignee | Sabil Rahim |
Created | 2014-07-24T08:44:57.000+0000 |
Updated | 2017-05-02T21:31:33.000+0000 |
Description
*Steps to reproduce:*
1. Install KS on iOS 8 device.
2. Navigate to BaseUI>Views>WebViews>Local HTML
{color:red}Actual Result:{color}
Alert with HTML code is displayed.
But the alert is not scrollable and there is no way to get out of the screen.
{color:green}Expected Result:{color}
Alert with HTML code is displayed.
Alert must be scrollable and should have way to move back to other screen
On iOS7 it is working fine.
Please refer to screenshot attached.
Attachments
File | Date | Size |
iOS7.png | 2014-07-24T08:44:57.000+0000 | 438729 |
iOS8.png | 2014-07-24T08:44:57.000+0000 | 364731 |
testapp 2.zip | 2014-08-06T00:50:09.000+0000 | 2637592 |
Can not reproduce the exact issue with iOS 8 beta 5 . i can see the
OK
Button and i am able to dismiss it. but the text itself does not scroll. UIAlertVIew and UIActionSheet(aka uioptionDialog) might be acting weird due to major apple refactors going on in iOS 8. Going to keep the ticket open till we can resolve these issues correctly.Was able to reproduce the same issue with the native app. attaching native app. Keeping ticket open as we might have to re-write alertDialog
For now this looks like a Apple bug. Tried using UIAlertController and was able to reproduce the same issue I have created a thread in the apple dev forum https://devforums.apple.com/thread/239772 and with bugtracker with apple #17936331 We should revisit this issue with Xcode 6 GM.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.