| GitHub Issue | n/a |
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-12-01T23:04:34.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | Sprint 2011-48, Release 1.8.0.1 |
| Components | Android |
| Labels | branch-v8, module_views, qe-testadded |
| Reporter | Eric Merriman |
| Assignee | Hieu Pham |
| Created | 2011-11-17T14:30:57.000+0000 |
| Updated | 2012-02-01T15:01:05.000+0000 |
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
This does not occur with 1.7.5 SDK
This is a bug in the SDK, added:
as a temp workarounddetailContainerWindow.addEventListener('android:back', function(e) { detailContainerWindow.close(); });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