Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1627] iOS: modal transitions - "flip horizontal" modal windows draw the new window on both sides of the flip

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:47:44.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelsapi
ReporterThomas Huelbert
AssigneeIngo Muschenetz
Created2011-04-15T02:57:47.000+0000
Updated2017-06-07T22:47:44.000+0000

Description

1.base UI>modal windows
2.select flip horizontal
3.select any of the right column options
4.tap show modal while looking at the screen

results:the purple window is loaded on top of the spawning window
expected, it should only be on the "new" side (look at the other modal window transitions and note how the end state window is only on half of the transitions)

Comments

  1. Blain Hamon 2011-04-15

    Odd. I think I know what's happening, but not for 1.5.0

  2. Adriano Paladini 2011-04-25

    All bugs related with animations on open/close MODALS can be EASY soluted: 1-Open \Library\Application Support\Titanium\mobilesdk\osx\1.7.0\iphone\Classes\TiWindowProxy.m 2-Find line: if (style!=-1 && [nc respondsToSelector:@selector(setModalPresentationStyle:)]) 3-Change to: if (style!=-1) 4- Enjoy!
  3. Stephen Tramer 2012-07-25

    Issue confirmed with SDK 2.2.0.f9e938d.
  4. Junaid Younus 2012-08-16

    Tested on TiSDK 2.2.0v20120816015712 on iOS simulator, issue still exists.
  5. Lee Morris 2017-06-07

    Closing ticket due the not supporting this version of Kitchen Sink anymore.

JSON Source