#60442 closed enhancement (wontfix)
Improve user experience when interacting with internal search
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | ui, accessibility, administration | Cc: |
Description
When have to make heavy use of the WordPress input browser getting right to click on the "x" to remove the field from the search input can be very frustrating.
We could improve this with a button inside or outside the input, expanding the "x" clickable area.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
13 months ago
#2
@
13 months ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks for contributing, @marc4!
The clear search button is a browser feature, and is only available in Webkit and Blink based browsers. We could probably hide it and implement a separate clear search button, but I'm not sure that I see a lot of value in that.
I do think that those clear search buttons are badly implemented in the browsers, but coming up with a consistent cross-browser solution to remove the existing button is a lot of engineering for something that already has multiple paths on the user front.
The search can be cleared using the button, Ctrl + A and delete, or double click and delete; adding a custom method seems excessive.