Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6067] Android: Window: Rhino only, window is not seeing any events invoked by the user

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-11-30T15:42:08.000+0000
Affected Version/sRelease 1.8.0
Fix Version/sSprint 2011-48, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8
ReporterNatalie Huynh
AssigneePing Wang
Created2011-11-08T10:29:13.000+0000
Updated2011-12-07T17:35:18.000+0000

Description

Steps To Reproduce: 1. Launch Application 2. Base UI > Window Events 3. Tap/Click/Swipe the events on screen Actual Result: Does not capture any of the events Expected Result: To see the events fired to the window

Comments

  1. Ping Wang 2011-11-15

    Pull request https://github.com/appcelerator/titanium_mobile/pull/710 will solve most of event problems. The remaining issues in this ticket are 1) touchcancel does not work on rhino. 2) focus and touchcancel do not work on v8.
  2. Ping Wang 2011-11-22

    focus issue may be related to https://github.com/appcelerator/titanium_mobile/pull/739 .
  3. Ping Wang 2011-11-29

    touchcancel can be fired when touching the screen and moving out of the screen. focus can be fired when going out of the KS application but can not be fired when going back to previous KS menu.
  4. Ping Wang 2011-11-30

    focus issue is fixed by PR https://github.com/appcelerator/titanium_mobile/pull/789
  5. Natalie Huynh 2011-12-07

    Tested with 1.8.0.1.v20111207090257 Xoom (3.2.1) - v8 Samsung Tab 10.1 (3.1) - rhino

JSON Source