Opened 3 years ago
Last modified 3 years ago
#15414 accepted defect (bug)
Rework admin searches and make them compatible with no-js again — at Version 5
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | needs-patch ux-feedback |
| Cc: | WordPress@… |
Description (last modified by ocean90)
I'm working on #15355 and found some problems with the searches. I will use this ticket to add the patches, one patch for each problem which I have found.
A list with what it not working:
- Comments search doesn't work without JS
- Users search doesn't work with and without JS
- http://grab.by/7nC2 I like the idea with the new tab "Search Results (1)", but you will see it only in no-js version and only for themes and plugins search. We should add it for all searches, AJAX search and with no grey bgcolor to be consistent. Or we must respect the active tab like we did it on comments search, so if 'Sticky' tab is active search only through sticky posts and not all as it is yet. Consistent is the word here.
- Behaviour after a search without any results: With JS it's an empty table and with no-js we have the message "No xxx found."
Change History (5)
comment:4
ocean90
— 3 years ago
- Description modified (diff)
I'm working on #15355 and found some problems with the searches. I will use this ticket to add the patches, one patch for each problem which I have found.
A list with what it not working:
- Comments search doesn't work without JS
- Users search doesn't work with and without JS
- http://grab.by/7nC2 I like the idea with the new tab "Search Results (1)", but you will see it only in no-js version and only for themes and plugins search. We should add it for all searches, AJAX search and with no grey bgcolor to be consistent. Or we must respect the active tab like we did it on comments search, so if 'Sticky' tab is active search only through sticky posts and not all as it is yet. What do you think?
Note: See
TracTickets for help on using
tickets.
Also, what's with the styling of "Search Results (1)"? I saw that the other day while giving a demo.