Skip to content

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

@livionaef

Description

@livionaef

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
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions