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

Mouse gesture "two finger left/right scroll" should scroll #76

Open
GoogleCodeExporter opened this issue Jun 28, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. make sure two finger scroll is enabled.
2. make sure some project data has been entered to create at least a
minimal gantt chart
3. do a two finger scroll gesture on the trackpad, either left or right.

What is the expected output? 
Timeline should scroll to the left or right.


What do you see instead?
Timeline zooms in or out.

What version of the product are you using? On what operating system?
2.0.10 on MacOS 10.6.2

Please provide any additional information below.
The gesture to zoom out and in usually is the two finger pinch open / close.

Original issue reported on code.google.com by daniel.k...@gmx.de on 18 Jan 2010 at 8:54

@GoogleCodeExporter
Copy link
Author

I can't say that it is a bug because the standard Java API doesn't distinguish 
between 
left/right and up/down touch pad scrolls. In Java both are equivalent to mouse 
wheel 
scrolls and in GP mouse wheel is bound to zooming.

However, it looks like there are third-party Mac OSX only libraries which are 
aware of 
Mac OSX specific touch pad events. It makes sense to try using them.

http://workbench.glulogic.com/category/multitouch/

Original comment by dbarashev on 18 Jan 2010 at 10:29

  • Changed title: Mouse gesture "two finger left/right scroll" should scroll
  • Changed state: Accepted
  • Added labels: OpSys-OSX, Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 18 Jan 2010 at 10:29

  • Added labels: UI

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