GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-12-03T23:35:09.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | 2012 Sprint 24, 2012 Sprint 24 API |
Components | Android |
Labels | api, qe-and100112 |
Reporter | Shyam Bhadauria |
Assignee | Ping Wang |
Created | 2012-10-05T07:04:34.000+0000 |
Updated | 2014-06-19T12:42:58.000+0000 |
This is not a regression. It exists as far as 2.0.1.
Logs for runtime error attached with the bug.
Steps to reproduce:
1) Install the refactored kitchen sink on android device and run it.
2) Go to Base UI -> Window (Standalone)
3) Now press button 'Traditional Modal'
Expected result:
1) The app should run successfully over device.
2) It should display 4 buttons to open different windows.
3) A modal window should get displayed and no runtime error should be shown.
Actual result:
1) The app runs successfully over device.
2) It displays 4 buttons to open different windows.
3) It gives a runtime error "Message: Uncaught TypeError: Cannot read property 'title' of undefined"
Cannot reproduce with the latest master.
Tested with: SDK:3.1.1.v20130509173053 Appcelerator Studio: 3.1.1.201305091152 OS: OSX 10.7.5 Device: Samsung galaxy tab(3.2) Cannot reproduce