GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-21T05:34:15.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Sprint 2012-15 Core, Release 2.1.1, Release 3.0.0 |
Components | MobileWeb |
Labels | core, qe-mw070112, regression |
Reporter | Lokesh Choudhary |
Assignee | Chris Barber |
Created | 2012-07-03T11:27:53.000+0000 |
Updated | 2012-12-21T05:34:15.000+0000 |
*This is regression, this works on 2.0.2 GA*
Button clicks on android 2.2 device do not show the buttons being clicked.
Steps to Reproduce:
1. Make a default app in the studio.
2. Copy the attached app.js to resources.
3. Publish it for mobile web.
4. Change the DNS to your computers ip.
5. Launch the app through the browser.
6. Tap on a button.
Actual Result:
1. When you tap on a button there is no click animation.
Expected Result:
1. Tapping on the button should show click animation.
*NOTE: This works on android 4.0.4 & honeycomb 3.1*
app.js wasn't attached.
Sorry forgot to attach app.js.Its attached now.
There was no error statements generated in logcat.
I'm guessing the problem is simply because the tap was too fast and the device was too slow to respond. As of right now, I don't think a fix will make it into v2.1.1.
Pull requests: master: https://github.com/appcelerator/titanium_mobile/pull/2583 2_0_X: https://github.com/appcelerator/titanium_mobile/pull/2584
Verified the fix on the following environment: Tested On: Titanium studio : 2.1.1.201207171343 SDK version : 2.1.1.v20120723131610 Android 2.2.3 default browser. The issue is not reproducible. Thus closing the bug.