-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
On Mac OS X the wrong cursor type is displayed when hovering over a slider #9
Labels
Milestone
Comments
Thanks for the report! This is a Windows has a similar issue that I have already reported: rust-windowing/winit#1043 This issue is related to the example, not Iced itself. In any case, we should try to contribute and fix these! |
ayazhafiz
added a commit
to ayazhafiz/winit
that referenced
this issue
Sep 9, 2019
On MacOS, there is a difference between a "grab" cursor and a "grabbing" cursor, where "grab" is an open-hand cursor used during a hover, and "grabbing" is a closed-hand cursor used on a click. These, and other native MacOS cursors, can be seen at the [NSCursor documentation](https://developer.apple.com/documentation/appkit/nscursor?language=objc). See iced-rs/iced#9 for the motivation for this PR.
ayazhafiz
added a commit
to ayazhafiz/winit
that referenced
this issue
Sep 9, 2019
On macOS, there is a difference between a "grab" cursor and a "grabbing" cursor, where "grab" is an open-hand cursor used during a hover, and "grabbing" is a closed-hand cursor used on a click. These, and other native MacOS cursors, can be seen at the [NSCursor documentation](https://developer.apple.com/documentation/appkit/nscursor?language=objc). See iced-rs/iced#9 for the motivation for this PR.
7 tasks
goddessfreya
pushed a commit
to rust-windowing/winit
that referenced
this issue
Sep 12, 2019
On macOS, there is a difference between a "grab" cursor and a "grabbing" cursor, where "grab" is an open-hand cursor used during a hover, and "grabbing" is a closed-hand cursor used on a click. These, and other native MacOS cursors, can be seen at the [NSCursor documentation](https://developer.apple.com/documentation/appkit/nscursor?language=objc). See iced-rs/iced#9 for the motivation for this PR.
This should be fixed in |
CurryPseudo
pushed a commit
to CurryPseudo/iced
that referenced
this issue
Apr 25, 2023
range management fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When hovering over the slider the "hand with closed fingers" is displayed even before clicking. Normally that would transform to the "hand with closed fingers" when clicking and the "hand with open fingers" before clicking. I can't seem to take a screenshot of this however.
The text was updated successfully, but these errors were encountered: