Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KDE Plasma Framework
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 23
    • Merge requests 23
  • 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
  • FrameworksFrameworks
  • KDE Plasma Framework
  • Merge requests
  • !364

SpinBox: Select all text with double-click

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Nate Graham requested to merge ngraham/plasma-framework:double-click-to-select-spinbox-text into master Oct 25, 2021
  • Overview 8
  • Commits 1
  • Pipelines 2
  • Changes 1

This control has a MouseArea in it to handle scrolls, but this means that the underlying TextInput control's mouse-based behaviors get overridden and have to be re-implemented. We did this already for the cursor shape; we need to do the same for double-click-to-select-all. This commit does that.

BUG: 444348 FIXED-IN: 5.88

cc @ndavis

Testable with the panel height/width spinbox.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: double-click-to-select-spinbox-text