[AC-2725] Android: Animating TableViews
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2011-07-08T10:04:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, animation, bug |
Reporter | Gianni A Chiappetta |
Assignee | Tony Guntharp |
Created | 2011-05-31T08:26:14.000+0000 |
Updated | 2016-03-08T07:47:37.000+0000 |
Description
After animating a
TableView
with a 2DMatrix
(only using a y-translation), then hide()
-ing the view when the animation is complete, the TableView
is still receiving all the touch events. Even though it has been moved off-screen and subsequently "hidden", I can't access the views beneath the table. As well, calling hide()
on the TableView
does nothing, I have to explicitly set the visible
property to false
. Here is the animation code I've been using: http://pastie.org/1998444
This works perfectly on iOS.
In order for us to progress this issue, please edit your ticket to include a proper [Use-case](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases). Also kindly read the [Submitting Bug Reports](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports) guide before raising tickets. Thank you
Please also provide the Titanium SDK version, build date and hash, displayed in the console before the application is launched. Thanks
No response from user
Closing after 30 days of inactivity.