It has come to our attention, through an accessibility audit, that the breadcrumbs seem to disappear when the page is zoomed in / viewed on mobile. Owen and I don't seem to think this is a design choice, so we should probably look to resolving this. Jake.
Correction: it looks like it is in our CSS, but it is probably bad design and should still be redressed
Mattermost thread: https://chat.koha-community.org/koha-community/pl/rxstizz19ir77be93bk1nwqx7y
Created attachment 175309 [details] [review] Bug 38644: Remove CSS rule to hide breadcrumbs in mobile view I think the original intent was to simplify the mobile view and avoid offering a menu that was a very small target, but those issues should be addressed, if necessary, without compromising accessibility. This patch removes the CSS rule which hides the breadcrumb menu when the screen is less than 767 pixels wide. To test, apply the patch and rebuild the OPAC CSS. - Clear your browser cache if necessary. - View any page in the OPAC which has a breadcrumbs menu. - Resize your browser window until it is very narrow to confirm that the breadcrumb menu stays visible. Sponsored-by: Athens County Public Libraries
Created attachment 175331 [details] [review] Bug 38644: Remove CSS rule to hide breadcrumbs in mobile view I think the original intent was to simplify the mobile view and avoid offering a menu that was a very small target, but those issues should be addressed, if necessary, without compromising accessibility. This patch removes the CSS rule which hides the breadcrumb menu when the screen is less than 767 pixels wide. To test, apply the patch and rebuild the OPAC CSS. - Clear your browser cache if necessary. - View any page in the OPAC which has a breadcrumbs menu. - Resize your browser window until it is very narrow to confirm that the breadcrumb menu stays visible. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com>
Created attachment 175569 [details] [review] Bug 38644: Remove CSS rule to hide breadcrumbs in mobile view I think the original intent was to simplify the mobile view and avoid offering a menu that was a very small target, but those issues should be addressed, if necessary, without compromising accessibility. This patch removes the CSS rule which hides the breadcrumb menu when the screen is less than 767 pixels wide. To test, apply the patch and rebuild the OPAC CSS. - Clear your browser cache if necessary. - View any page in the OPAC which has a breadcrumbs menu. - Resize your browser window until it is very narrow to confirm that the breadcrumb menu stays visible. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Pushed for 25.05! Well done everyone, thank you!