timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-68732] Filter box for dropdown lists wipes search input after collapsing and reopening #6063

Open timja opened 2 years ago

timja commented 2 years ago

If you search for a component using the search bar of the dropdown list, collapse the list with the input of an empty search result and open the list again, you are forced to type something just to delete it in order to restore all entries.

This is a weird design choice - if intended - to me, the dropdown search should retain the search input and results across collapsing and reopening the list but not wiping the input but retaining the output, especially if it's empty.

See the Kapture attached for my reproduction steps.

This behavior is caused by the implementation of https://github.com/jenkinsci/jenkins/pull/4688


Originally reported by notmyfault, imported from: Filter box for dropdown lists wipes search input after collapsing and reopening
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 2 years ago

timja:

> This is a weird design choice - if intended
It was not intentional