Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6223] Android: v8/rhino - Studio template "Master/Detail" does not function correctly after first click

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-01T23:04:34.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-48, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8, module_views, qe-testadded
ReporterEric Merriman
AssigneeHieu Pham
Created2011-11-17T14:30:57.000+0000
Updated2012-02-01T15:01:05.000+0000

Description

Description: The Master/Detail template on android builds and runs correctly, but after the first click, the app ceases to respond to further clicks. This does not occur on Win 7 or Linux 10.04. Steps to reproduce: 1) Create a new mobile project using the Master/Detail template 2) Launch in android emulator 3) Click any row 4) Click "back" from the Fruit/price view 5) Click any row Result: App does nothing with further clicks other than the row highlight Expected: Each row click opens the detail view Notes: This does not occur with SDK 1.7.5

Attachments

FileDateSize
master detail.zip2011-11-29T10:39:02.000+00002329739
templatecrash.txt2011-11-17T16:59:58.000+00007277

Comments

  1. Eric Merriman 2011-11-17

    This does not occur with 1.7.5 SDK
  2. Matthew Apperson 2011-11-29

    This is a bug in the SDK, added:
       detailContainerWindow.addEventListener('android:back', function(e) {
           detailContainerWindow.close();
       });
       
    as a temp workaround
  3. Dustin Hyde 2011-12-06

    Bug fixed. Verified on: SDK: 1.8.0.1.v20111206154658 Runtimes: Android V8/Rhino Studio: 1.0.7.201112052104 OS: OS X Lion Devices Tested: Nexus One 2.2.2, Droid3 2.3.4, G-Slate 3.1, Emulator 4.0

JSON Source