Skip to content

[Bug]: Mouse scroll wheel not working on Huawei tablet #865

@lei-HE

Description

@lei-HE

Problem description

Huawei tablets are known to incorrectly translate mouse wheel scroll events (ACTION_SCROLL) into ACTION_UP, ACTION_MOVE, ACTION_DOWN events. This causes the mouse scroll wheel to not function as expected within the application. Instead of smooth scrolling, it may trigger unexpected clicks or drag operations.

What steps will reproduce the bug?

  1. Connect a mouse with a scroll wheel to a Huawei tablet (e.g., MatePad series).
  2. Open the application to any scrollable view.
  3. Attempt to scroll using the mouse wheel.
  4. Observe that scrolling does not occur.

What is the expected behavior?

Scrolling the mouse wheel should generate the correct ACTION_SCROLL events, allowing for smooth scrolling in scrollable views.

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