[TIMOB-6126] Android: UI - v8 - rhino, Nook only pressing any table view row of vertical layout causes crash on rhino and does nothing on v8
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-12-27T13:50:39.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.8.0.1 |
| Components | Android |
| Labels | n/a |
| Reporter | Michael Pettiford |
| Assignee | Marshall Culpepper |
| Created | 2011-11-08T14:39:47.000+0000 |
| Updated | 2014-06-19T12:43:02.000+0000 |
Description
Navigating to Base UI, Vertical Layout and then pressing any table view row doesn't do anything on v8 and crashes on rhino
Steps to Reproduce:
1. Launch KS
2. Navigate to Base UI
3. Press Vertical Layout table view row
4. Press any table view row
Actual Result:
on v8 ddms shows: TypeError: Cannot call method 'open' of undefined
on rhino ddms shows: TypeError: Cannot call method "open" of undefined (app://common.js#26)
Expected result:
Should be able to open table view row
This was fixed with the general include / require context issue
Closing issue Tested with Ti Studio 1.0.8.201201091758 Ti Mob SDK 1.8.0.1 OSX Lion Nook with v8 and rhino Expected behavior is shown