-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Searching checklists can be problematic #12171
Copy link
Copy link
Open
Labels
[Feature] UI ComponentsImpacts or related to the UI component systemImpacts or related to the UI component system[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Milestone
Metadata
Metadata
Assignees
Labels
[Feature] UI ComponentsImpacts or related to the UI component systemImpacts or related to the UI component system[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The current design pattern for searching a checklist is problematic because it's possible for checked items to be hidden from view. This can lead to posts being unintentionally published into undesired categories, among other quirks. See example;
We're using this current search pattern in the WooCommerce blocks we're working on where the issue is arguably more prominent. This feels like something that should be addressed in core rather than in custom blocks.
Possible solutions
I haven't looked into solutions in any great depth just yet but the crux is that - ideally - checked items should always be visible, even when searching.
One option would be to employ a Chrome-inspired ⌘+F pattern which highlights results and allows you to cycle through them.
Another option would be to simply list the current checked items beneath the search results.
I'm posting this now to gather input before we dive further into the problem.