Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6068] Android: Window - v8-rhino, Nook only, navigating to Base UI, Window (Standalone) crashes on rhino, doesn't do anything on v8

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-11-30T14:55:26.000+0000
Affected Version/sRelease 1.8.0
Fix Version/sSprint 2011-48, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8
ReporterMichael Pettiford
AssigneeBill Dawson
Created2011-11-08T10:31:37.000+0000
Updated2014-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

Comments

  1. Michael Pettiford 2011-11-23

    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
  2. Bill Dawson 2011-11-29

    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/784
  3. Natalie Huynh 2011-12-07

    Tested with 1.8.0.1.v20111207090257 Nook (2.2) with v8/rhino

JSON Source