Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M
mutter
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 96
    • Merge Requests 96
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • mutter
  • Merge Requests
  • !1046

Closed
Opened Feb 11, 2020 by verdre@verdreDeveloper
  • Report abuse
Report abuse

cursor-tracker: Add API to keep the wayland pointer focus while hidden

  • Overview 1
  • Commits 1
  • Pipelines 4
  • Changes 4

Since commit a2a8f0cd we force the focus surface of the meta-wayland-pointer to NULL while the pointer is invisible. This introduced an issue with the a11y magnifier of the shell, which uses meta_cursor_tracker_set_pointer_visible to hide the real cursor and show its own magnified cursor at the correct position: Because the meta-wayland-pointer is still used to communicate with Wayland clients, the UI of the windows will not respond to mouse movement anymore as soon as the real cursor is hidden.

Fix this issue for now by adding an additional method to the cursor-tracker which allows disabling the behavior commit a2a8f0cd introduced.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: GNOME/mutter!1046
Source branch: fix-826