| Summary: | "Book menu" fades but does not appear when clicked on mobile breakpoints | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> | ||||
| Component: | Books & Articles | Assignee: | Sergio Carlavilla Delgado <carlavilla> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | carlavilla | ||||
| Priority: | --- | Keywords: | accessibility, needs-qa, regression | ||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://docs.freebsd.org/en/books/faq/ | ||||||
| See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261371 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261372 |
||||||
| Attachments: |
|
||||||
|
Description
Graham Perrin
2022-01-21 02:56:06 UTC
@Graham Are you able to isolate a commit that introduced the issue? Created attachment 231202 [details]
screenshot: Book menu not visible when clicked on mobile breakpoints
(In reply to Kubilay Kocak from comment #1) I'll try to find it, maybe at the weekend. Really good catch! I'll fix it, it's easy :) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=96597816b4c714683dda2767b14fb44f9d48431b commit 96597816b4c714683dda2767b14fb44f9d48431b Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-02-28 19:01:36 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-02-28 19:01:36 +0000 Remove mobile book menu in books without menu PR: 261370 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> documentation/themes/beastie/assets/styles/documentation.scss | 11 +++++++---- documentation/themes/beastie/layouts/books/list.html | 2 ++ documentation/themes/beastie/layouts/books/single.html | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) Fixed! |