Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • 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
  • Plasma
  • Plasma Workspace
  • Merge requests
  • !1381

Merged
Created Jan 20, 2022 by Fushan Wen@fusionfutureDeveloper

applets/clipboard: Don't delete any item when the search field has focus

  • Overview 14
  • Commits 3
  • Pipelines 4
  • Changes 1

applets/clipboard: Don't delete any item when the search field has focus

The behavior may cause unexpected results when the user spam press Del in order to delete all characters in the search field, and find that all items in the list are deleted.

It also causes pressing Del in the search field not deleting the fully selected text.

BUG: 448738 BUG: 448739

applets/clipboard: Make Up/Down arrow keys work in ClipboardPage

ListView will absorb the key events, so Keys.onPressed in ClipboardPage will not receive the event. Instead we should connect those key events to arrowKeyPressed().

BUG: 448811

Peek_2022-01-20_17-23

applets/clipboard: Focus on the search field for the first time opening the applet

So Up/Down key can navigate the list items instead of scrolling in the ListView.

CCBUG: 448811

Edited Jan 20, 2022 by Fushan Wen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/fusionfuture/BUG448739-search-field-del