Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma DesktopPlasma Desktop
  • Merge requests
  • !396

Use smarter hover activation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Edmundson requested to merge work/triangles into master Mar 25, 2021
  • Overview 14
  • Commits 1
  • Pipelines 0
  • Changes 2

Kickoff has a problem that it has a vertical list of things that act on hover, but the next step involves moving the mouse to the right where the target could be at any vertical position.

Moving the mouse in the most direct way involves hovering over other items.

This can be supressed with a timer, but then we are in a trade off of false positive activation for some and it being slow and annoying. Neither is great.

This filter determines movement away from a child list view to navigation within a child list listview based on mouse direction.

See plasma-workspace!741 (merged)

BUG: 434904

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/triangles