[TIMOB-1627] iOS: modal transitions - "flip horizontal" modal windows draw the new window on both sides of the flip
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T22:47:44.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:57:47.000+0000 |
Updated | 2017-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
- Blain Hamon 2011-04-15
Odd. I think I know what's happening, but not for 1.5.0
- 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!
- Stephen Tramer 2012-07-25 Issue confirmed with SDK 2.2.0.f9e938d.
- Junaid Younus 2012-08-16 Tested on TiSDK 2.2.0v20120816015712 on iOS simulator, issue still exists.
- Lee Morris 2017-06-07 Closing ticket due the not supporting this version of Kitchen Sink anymore.