resources icon indicating copy to clipboard operation
resources copied to clipboard

`Del` key doesn't clear search input

Open XhmikosR opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I searched the existing issues and did not find anything similar.

Current Behavior

When searching in the Processes' or Apps' tab, selecting all text and pressing the Del doesn't clear the input, while Backspace does.

Expected Behavior

The search input text should be deleted when the Del key is pressed

Steps To Reproduce

  1. Open Resources
  2. Go to the Processes tab
  3. Click the search button
  4. Enter some text
  5. Press Ctrl+A to select the search input text
  6. Press Del
  7. Notice that the selected text is not cleared

Environment

Program Version 1.6.0
Package type: Flatpak
System: Fedora Linux 40 (Workstation Edition) x86_64
Hardware info(if applicable): -


### Anything else?

_No response_

XhmikosR avatar Sep 06 '24 07:09 XhmikosR

Hi, thanks for the issue. I believe that's because the process list has preference over the search entry for listening to the Del key, I'll look into fixing it soon :)

nokyan avatar Sep 06 '24 09:09 nokyan

Is there an existing issue for this?

  • [x] I searched the existing issues and did not find anything similar.

Current Behavior

When searching in the Processes' or Apps' tab, selecting all text and pressing the Del doesn't clear the input, while Backspace does.

Expected Behavior

The search input text should be deleted when the Del key is pressed

Steps To Reproduce

  1. Open Resources
  2. Go to the Processes tab
  3. Click the search button
  4. Enter some text
  5. Press Ctrl+A to select the search input text
  6. Press Del
  7. Notice that the selected text is not cleared

Environment

Program Version 1.6.0
Package type: Flatpak
System: Fedora Linux 40 (Workstation Edition) x86_64
Hardware info(if applicable): -


### Anything else?

_No response_

quick fix is to use Ctrl + Del

MythicByte avatar Dec 05 '24 11:12 MythicByte