[TIMOB-6105] Android: Window: Rhino/v8, clicking on any custom event closes the current window and brings user back to previous window
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-01T17:32:42.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Release 1.8.0.1 |
Components | Android |
Labels | branch-v8 |
Reporter | Natalie Huynh |
Assignee | Hieu Pham |
Created | 2011-11-08T12:27:55.000+0000 |
Updated | 2014-06-19T12:43:18.000+0000 |
Description
Steps To Reproduce:
1. Launch Application
2. Base UI > Custom Events
3. Click to fire any of the events
Actual Result:
Window is closed, and brings you back to base ui home
Expected Result:
Should display the events being fired
Window close no longer happens. There is no feedback of the events firing in the example. Looking at the source code, KS never adds a listener for the events. So this is expected behavior AFAIK.
Tested with 1.8.0.1.v20111116153454 on Droid 2.2.2 Clicking on the events still brings the user back to Base UI
Cannot reproduce with latest master.
Could not reproduce with both v8 and rhino using SDK 1.8.0.1.v20111201151536 on: Samsung Galaxy tab 10.1 (3.1) Droid 1 (2.2.2) Droid 3 (2.3.4)