Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 50
    • Merge requests 50
  • 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
  • !1337

applets/taskmanager: Open context menu on press, not on click

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open ivan tkachenko requested to merge work/ratijas/press-to-menu into master Jan 15, 2023
  • Overview 22
  • Commits 4
  • Pipelines 3
  • Changes 3

TapHandler suck, it can't be used for onPressed signal, because when menu takes over the input grab, the handler won't clear/cancel its grab. It results in subsequent presses and taps failing to register, i.e. the component becomes non-functional, until some other Tap or other Handler is activated in the same Quick scene (i.e. Plasma panel in most cases).


…and a bit of other porting/refactoring.

CC @fusionfuture @mart @ndavis

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/ratijas/press-to-menu