[TIMOB-6370] iOS: TextArea scroll discrepancy behavior for modal windows on iPhone with/without retina
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T21:41:12.000+0000 |
Affected Version/s | Release 1.7.5, Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Federico Casali |
Assignee | Ingo Muschenetz |
Created | 2011-11-29T19:00:03.000+0000 |
Updated | 2017-06-07T21:41:12.000+0000 |
Description
1. Create modal window with a scrollView and a TextArea - see code: http://pastie.org/2942088
2. Run the app and click on the textArea.
On an iOS device with retina (like iPhone 4) the behavior is the expected one.
On devices with no retina (like iPhone 3 emulator) the textArea is not fully scrolling up. The whole area is not shown and is partially covered by the keyboard.
This is only happening with windows with modal property (verifiable commenting/uncommenting lines 15 and 16).
Closing ticket due to the time passed and lack of input.