[GH-ISSUE #2850] [FR] Hover turns a hand icon #1244

Closed
opened 2026-03-23 20:46:52 +00:00 by mirror · 8 comments
Owner

Originally created by @annieappflowy on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2850

Originally assigned to: @richardshiue on GitHub.

Description

image

Hovering on an action menu shows a hand icon
image

Impact

All users

Additional Context

No response

Originally created by @annieappflowy on GitHub (Jun 20, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2850 Originally assigned to: @richardshiue on GitHub. ### Description <img width="158" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/12026239/1a544ae4-be9e-4db8-becd-9d42446d224b"> Hovering on an action menu shows a hand icon <img width="101" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/12026239/828544dc-6fa9-4d58-82be-c7cd8a11faff"> ### Impact All users ### Additional Context _No response_
mirror 2026-03-23 20:46:52 +00:00
Author
Owner

@annieappflowy commented on GitHub (Jun 20, 2023):

image

Hovering on the page icon doesn't show a hand pointer

<!-- gh-comment-id:1598355075 --> @annieappflowy commented on GitHub (Jun 20, 2023): <img width="78" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/12026239/0625afbd-a17b-46fc-837c-3f3123c47c0c"> Hovering on the page icon doesn't show a hand pointer
Author
Owner

@annieappflowy commented on GitHub (Jul 10, 2023):

Hi @richardshiue , could you help add the hover effect for the side action menu of the editor?
image

<!-- gh-comment-id:1628527726 --> @annieappflowy commented on GitHub (Jul 10, 2023): Hi @richardshiue , could you help add the hover effect for the side action menu of the editor? ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/12026239/6726ab2d-5e8b-4131-95d8-b97eeeb5c406)
Author
Owner

@richardshiue commented on GitHub (Jul 10, 2023):

Hi @richardshiue , could you help add the hover effect for the side action menu of the editor? image

Absolutely

<!-- gh-comment-id:1628551838 --> @richardshiue commented on GitHub (Jul 10, 2023): > Hi @richardshiue , could you help add the hover effect for the side action menu of the editor? ![image](https://user-images.githubusercontent.com/12026239/252287136-6726ab2d-5e8b-4131-95d8-b97eeeb5c406.png) Absolutely
Author
Owner

@richardshiue commented on GitHub (Jul 10, 2023):

Hello @annieappflowy, does the cursor disappear completely when you hover over that button? This is what I see on v0.2.5, Fedora 38. It shows a grab cursor. Or are you perhaps looking for a click cursor?

image

<!-- gh-comment-id:1629161957 --> @richardshiue commented on GitHub (Jul 10, 2023): Hello @annieappflowy, does the cursor disappear completely when you hover over that button? This is what I see on v0.2.5, Fedora 38. It shows a grab cursor. Or are you perhaps looking for a click cursor? ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/e5044d7e-9c34-4038-81f3-f51b67e3af02)
Author
Owner

@LucasXu0 commented on GitHub (Jul 18, 2023):

Both the action menu and the icon menu show the ✋🏻 when hovered over. Close as completed.

<!-- gh-comment-id:1639728172 --> @LucasXu0 commented on GitHub (Jul 18, 2023): Both the action menu and the icon menu show the ✋🏻 when hovered over. Close as completed.
Author
Owner

@annieappflowy commented on GitHub (Jul 24, 2023):

Not on Windows 11 v0.2.7
image

<!-- gh-comment-id:1647386611 --> @annieappflowy commented on GitHub (Jul 24, 2023): Not on Windows 11 v0.2.7 <img width="72" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/12026239/ca0e5681-6033-450d-b0f3-af12e38fa0dc">
Author
Owner

@richardshiue commented on GitHub (Jul 24, 2023):

Oh this is reproducible on windows, got it. There seems to be an upstream issue https://github.com/flutter/flutter/issues/99323 . According to it, the windows win32 api doesn't have a grab cursor, maybe we can use the click or move instead? If not, we'll have to do a custom cursor with png files.

https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/152017a0-a192-4e60-9317-2c56dc669b3a/d5450k9-7e210ff8-ee75-4e95-b04c-2907abd86135.png

<!-- gh-comment-id:1647442956 --> @richardshiue commented on GitHub (Jul 24, 2023): Oh this is reproducible on windows, got it. There seems to be an upstream issue https://github.com/flutter/flutter/issues/99323 . According to it, the windows win32 api doesn't have a grab cursor, maybe we can use the click or move instead? If not, we'll have to do a custom cursor with png files. https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/152017a0-a192-4e60-9317-2c56dc669b3a/d5450k9-7e210ff8-ee75-4e95-b04c-2907abd86135.png
Author
Owner

@Xazin commented on GitHub (Jul 24, 2023):

Oh this is reproducible on windows, got it. There seems to be an upstream issue flutter/flutter#99323 . According to it, the windows win32 api doesn't have a grab cursor, maybe we can use the click or move instead? If not, we'll have to do a custom cursor with png files.

https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/152017a0-a192-4e60-9317-2c56dc669b3a/d5450k9-7e210ff8-ee75-4e95-b04c-2907abd86135.png

I believe using the click cursor on Windows is the best option for now. 👍

<!-- gh-comment-id:1647549144 --> @Xazin commented on GitHub (Jul 24, 2023): > Oh this is reproducible on windows, got it. There seems to be an upstream issue [flutter/flutter#99323](https://github.com/flutter/flutter/issues/99323) . According to it, the windows win32 api doesn't have a grab cursor, maybe we can use the click or move instead? If not, we'll have to do a custom cursor with png files. > > https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/152017a0-a192-4e60-9317-2c56dc669b3a/d5450k9-7e210ff8-ee75-4e95-b04c-2907abd86135.png I believe using the click cursor on Windows is the best option for now. :+1:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1244
No description provided.