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

Hover on Close Icon of the Filter TextField shows text input cursor instead of normal or hand cursor #59

Open
livionaef opened this issue Feb 21, 2022 · 0 comments
Labels
invalid This doesn't seem right

Comments

@livionaef
Copy link
Collaborator

livionaef commented Feb 21, 2022

We will not fix this because we don't have enough time and it's a minor problem (because design and UIUX are not the focus of our project)

Searched on following sites:

Tried out adding following modifier which didn't change anything:

modifier = Modifier.pointerMoveFilter(
onEnter = {
frameWindowScope.window.cursor = Cursor(HAND_CURSOR)
println("On Mouse(pointer) Enter")
false
},
onExit = {
frameWindowScope.getDefaultCursor()
println("on Mouse(pointer) Exit")
false
})

@livionaef livionaef added invalid This doesn't seem right wontfix This will not be worked on labels Feb 21, 2022
@livionaef livionaef changed the title Hover on Close Icon on Filter TextField Hover on Close Icon of the Filter TextField shows text input cursor instead of normal or hand cursor Feb 21, 2022
@marcosprenger marcosprenger removed the wontfix This will not be worked on label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants