Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touchEvent should always run default #15

Closed
GoogleCodeExporter opened this issue Oct 19, 2015 · 2 comments
Closed

touchEvent should always run default #15

GoogleCodeExporter opened this issue Oct 19, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

with the new, zoom-enabled library, the GraphicalView does not call the super's 
implementation of onTouchEvent, which causes a loss of functionality.
For example, I want my application to launch an activity if the chart is 
selected, but using the new library, this event will be caught by your code. 
even if pan/zoom is disabled, I cannot use a touch/click/select event.
Please add:
return super.onTouchEvent(event)
instead of 'return true', so the default behavior persists. It might be good to 
skip the above call if pan/zoom are enabled (i.e. return true in the if() 
block).

Original issue reported on code.google.com by trevor.s...@gmail.com on 25 Oct 2010 at 5:26

@GoogleCodeExporter
Copy link
Author

Is some one to reply on this forum really if we can't touch or zoom it's of no 
use please enable the functionality....

Original comment by vipul....@gmail.com on 5 Nov 2010 at 4:46

@GoogleCodeExporter
Copy link
Author

Good catch!
Fixed in svn rev. r60.

Original comment by dandrome...@gmail.com on 15 Nov 2010 at 8:30

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant