[TIMOB-6068] Android: Window - v8-rhino, Nook only, navigating to Base UI, Window (Standalone) crashes on rhino, doesn't do anything on v8
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-30T14:55:26.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-48, Release 1.8.0.1 |
Components | Android |
Labels | branch-v8 |
Reporter | Michael Pettiford |
Assignee | Bill Dawson |
Created | 2011-11-08T10:31:37.000+0000 |
Updated | 2014-06-19T12:44:20.000+0000 |
Description
Navigating to Base UI, Window (Standalone) causes KS to crash on rhino, and not do anything on v8
Steps to Reproduce:
1. Launch KS
2. Navigate to Base UI
3. Press the Window (Standalone) row
Actual Result:
on v8 ddms shows TypeError: Object # has no method 'hideTabBar'
on rhino ddms shows TypeError: Cannot find function hideTabBar in object [object TiBaseWindowProxy]. (app://main_windows/base_ui.js#38)
Expected result:
New window opens with 3 buttons
tested with Ti Studio 1.0.7.201111221758 Ti Mob SDK 1.8.0.1 Nook Color Android OS 2.2 OSX Lion 10.7.2 on both v8 and rhino, navigating to Base UI>Window (standalone) produces crash
hideTabBar
was being used. It is undocumented, though it did exist. It never did anything at all in Android and now it has been removed. Therefore I removed the call to it from the KS test. TIMOB-3794 already exists for the documentation issue. Pull request ready: https://github.com/appcelerator/titanium_mobile/pull/784Tested with 1.8.0.1.v20111207090257 Nook (2.2) with v8/rhino