-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEAT] Review mouse wheel zoom support for macOS #773
Comments
Mac OSFirefox
=> Browser Zoom, even the button is zoom/dezoom (cursor position on task) Safari
Chrome
|
I think I found why my tests don't work.
Is it normal not to have the navigation & zoom activated in the demo page ? |
The demo page currently uses a bpmn container with a floating size. This doesn't work well with panning and zoom, that's why panning and zoom are not activated in this page and a new page with fixed size container has been created.
[UPDATE] in |
We have received feedback #1238 (comment) about the magic mouse usage. |
We have decided to only keep the CTRL button to trigger the zoom for now. |
Is your feature request related to a problem? Please describe.
In [email protected], on macOS, the zoom can be triggered with both CTRL as for other os but also with CMD.
We only automatically tests with the CTRL way.
Describe the solution you'd like
Decide if we only want to trigger zoom on CMD, only on CTRL (as for other os) or both --> CTRL only (see #773 (comment))
Additional context
During tests of the initial implementation (#734), it seemed that the zoom didn't work on both Firefox and Safari. Tests on Chromium are passing.
Let recheck this --> this is working, see #773 (comment)
The text was updated successfully, but these errors were encountered: