Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2725] Android: Animating TableViews

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2011-07-08T10:04:33.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid, animation, bug
ReporterGianni A Chiappetta
AssigneeTony Guntharp
Created2011-05-31T08:26:14.000+0000
Updated2016-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.

Comments

  1. Paul Dowsett 2011-06-25

    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
  2. Paul Dowsett 2011-06-25

    Please also provide the Titanium SDK version, build date and hash, displayed in the console before the application is launched. Thanks
  3. Paul Dowsett 2011-07-08

    No response from user
  4. Paul Dowsett 2011-08-16

    Closing after 30 days of inactivity.

JSON Source