[TIMOB-1367] iOS : flashing/redraw issue when dismissing modal windows and using partial curl
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-25T11:59:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | defect, ios |
Reporter | Thomas Huelbert |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:50:32.000+0000 |
Updated | 2012-07-26T22:26:43.000+0000 |
Description
See it using kitchensink and a 3.2+ device.
1.nav to BaseUI>Modal Windows> and from the picker, select
"partial curl" (from the left side) and any of the option on the
right ("current ctx" seems to be the worst of it)
2.Tap show modal, then tap close from the resulting window.
3.watch the area being redrawn (bottom area)
results: there is a flashing white during the transition.
expected: ideally, no such flashing/redraw issues
Associated HD ticket, encountered similar issue, where content of the modal window turns black. http://support.appcelerator.com/tickets/APP-315231/tickets {noformat} newWindow.open({ modal:true, modalTransitionStyle: Ti.UI.iPhone.MODAL_TRANSITION_STYLE_PARTIAL_CURL, modalStyle: Titanium.UI.iPhone.MODAL_PRESENTATION_FULLSCREEN }); {noformat}
Cannot reproduce in SDK 2.2.0.f9e938d in iPhone Sim 5.1, either via KS or the example snippet.