https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42564 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This upgrades the version release notes| |of Font Awesome used for | |the staff interface from | |6.2 to 7.2. | | | |This also fixes numerous | |browser console JavaScript | |errors in the browser | |console ("downloadable | |font: Glyph bbox was | |incorrect" warnings) about | |Font Awesome for the staff | |interface when using | |Firefox. CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- I've added my sign-off in case Laura's sign-off can count as QA. Notes: 1. After the patch, a git grep "sr-only" now only shows these occurrences in the code: koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css:.sr-only { koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css:.sr-only-focusable:active, koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css:.sr-only-focusable:focus { koha-tmpl/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css:.has-feedback label.sr-only ~ .form-control-feedback { 2. Running the qa script, there are several warnings about files not found for some template files File not found : lib/fontawesome/css/fontawesome.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. File not found : lib/fontawesome/css/brands.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. File not found : lib/fontawesome/css/solid.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. File not found : lib/fontawesome/css/fontawesome.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. File not found : lib/fontawesome/css/brands.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. -- You are receiving this mail because: You are watching all bug changes.