[TIMOB-19339] iOS: iPad SplitWindow - Hiding master view breaks Navigation Window
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2018-08-02T08:41:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | Regression, SplitWindow, TCSupportTriage, iOS8, iPad |
Reporter | Beau Gibson |
Assignee | Vijay Singh |
Created | 2014-10-01T04:43:05.000+0000 |
Updated | 2018-08-02T08:41:35.000+0000 |
Description
After updating Titanium to 3.4.0 and Xcode to 6.0.1, hiding the MasterView of an iPad SplitWindow in portrait mode running iOS 8 causes the second level of a navigationWindow in the master view not to display.
To Recreate: Create a basic template app in Studio. Replace the app.js with the attached file, build for iPad running iOS8 and run.
Navigate to one of the subMenu's then back.
Press the menu button to collapse MasterView, then press again to re-open MasterView.
Select a subMenu again.
Expected Outcome: The sublist is displayed.
Actual Outcome: The sublist does not appear
NOTE: This works correctly in iOS7, and works correctly on apps that were built before Xcode6 + Studio 3.4.0 and installed on an iOS7 device which has since been upgraded to iOS8
EDIT: uploaded a more concise app.js
Attachments
File | Date | Size |
app.js | 2014-10-01T05:26:07.000+0000 | 2680 |
It seems like changing Ti.UI.iPad.splitWindow.showMasterInPortrait after creation is breaking the Navigation window
Any help/information would be appreciated. Critical error that did not exist before update!
Also note that this works as expected with the following configuration: Mac OSX10.9.4, Titanium Studio 3.4.0.201409261227, Titanium CLI 3.4.0 Titanium SDK version 3.3.0.GA, Xcode 5.1.1, Tested on iOS Simulator and iPad Mini
[~mrahman] can you please retest on 3.5.0 and master?
[~mrahman] please retest with 3.5.0 and master
I'm having the same issue on: Mac OSX10.9.5, Titanium Studio 3.4.1.201410281727, Titanium SDK version 3.5.1.GA, Xcode 6.1.1, Tested on iOS Simulator and iPad 2
Hi All, I am also facing an issue in the different manner, I used Ti.UI.iPad.splitWin.showMasterInPortrait = true to show the content on FULL width and height, Which is fine, But at that time the height of the element(ex TableView) of SplitWindow is changed to Window size. And then changing the orientation of app to Landscape not showing the Content of the window fully, The bottom elements are hided and its is not visible. Again changing to PORTRAIT is showing the content correctly. But Landscape is not showing correctly, Please suggest
This problem do not exist now. This ticket can be closed. There is a bit change in splitView creating in API. Previously it was created using Ti.UI.iPad.createSplitWindow(). But now Ti.UI.iOS.createSplitWindow(). So the updated test case from attached app.js -