#2089 closed defect (bug) (fixed)
DevHub: No search form on 404 page
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
- Go to https://developer.wordpress.org/non-existing/ (for example).
- The page says: "It looks like nothing was found at this location. Maybe try a search?".
- Ironically, there's no search form or breadcrumbs, like on other pages. There are two search forms in the HTML source code, but both are hidden with
hide-if-js
class.
Same for plugin and theme handbooks.
Attachments (2)
Change History (6)
#3
@
8 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 4242:
#4
@
8 years ago
@keesiemeijer: Thanks, as always, for the patch!
I committed the patch with a slight change: I still assigned the 'searchform-handbook' for the search form when appearing in a handbook and left that as the original exception for enabling autocomplete. This allowed the autocomplete to work in the 404 search form outside the handbook. This necessitated a CSS tweak to ensure the autocomplete's list didn't get clipped due to the rather short 404 page content space.
Note: See
TracTickets for help on using
tickets.
Related: #1739