Skip to content

cursor: pointer not working on Desktop #894

@YiyangNa

Description

@YiyangNa

Affected version

0.24.11

Flutter versions

3.38.3

No same issues found.

  • Yes, I search all issues but not found.

Steps to Reproduce

  1. ​Create a simple HTML with a clickable element: <div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>

​2. Load this page in WebFGO (Desktop version).

  1. ​Hover the mouse over the red box.

Code example

<div style="cursor: pointer; width: 100px; height: 100px; background: red;">Click</div>

Expected results

The mouse cursor should change to a hand (pointer) icon to indicate the element is interactive.

Actual results

The mouse cursor remains a default arrow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions