Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1367] iOS : flashing/redraw issue when dismissing modal windows and using partial curl

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-07-25T11:59:38.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsdefect, ios
ReporterThomas Huelbert
AssigneeNeeraj Gupta
Created2011-04-15T02:50:32.000+0000
Updated2012-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

Comments

  1. Eduardo Gomez 2011-07-04

    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}
  2. Stephen Tramer 2012-07-25

    Cannot reproduce in SDK 2.2.0.f9e938d in iPhone Sim 5.1, either via KS or the example snippet.

JSON Source