-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.1] Use emojis vs google fonts for the accessibility plugin #36948
Conversation
I have tested this item ✅ successfully on 53640b1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36948. |
1 similar comment
I have tested this item ✅ successfully on 53640b1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36948. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36948. |
Can you hold on merging this. The script has been broken upstream |
Just checked and this change will actually resolve the bug upstream |
@brianteeman so it is ok now to merge? |
Well that depends. It has a side benefit of fixing #37050 which is an upstream bug. But it also exposes another upstream bug #37050 (comment) although thats much less severe. |
But both issues are expected to be patched upstream right? So i would say this can go in while upstream issues still have to be tracked. |
Is there an issue open we can reference here? |
Thanks |
Thanks |
joomla#36948 changed the icons in the accessibility from the google material font (because :privacy :facepalm) to use emojis. At the time this also resolved a bug in the upstream code that prevented the material font working on osx Upstream has now resolved the osx problem. This PR updates to the latest release of the script and introduces the ability to use either emoji or material icons. The default is emoji so there is no visible change etc on upgrade and no need for an update sql
* [4.1] accessibility plugin update and fixes #36948 changed the icons in the accessibility from the google material font (because :privacy :facepalm) to use emojis. At the time this also resolved a bug in the upstream code that prevented the material font working on osx Upstream has now resolved the osx problem. This PR updates to the latest release of the script and introduces the ability to use either emoji or material icons. The default is emoji so there is no visible change etc on upgrade and no need for an update sql * false * Update plugins/system/accessibility/accessibility.php Co-authored-by: Richard Fath <[email protected]> * refresh package-lock
Pull Request for Issue #36928
Summary of Changes
Set "useEmojis" as recommended by the docs: https://ranbuch.github.io/accessibility/#icon-image
Testing Instructions
Apply this PR and make sure no google fonts are loaded when using the accessibility plugin
Actual result BEFORE applying this Pull Request
Before this change the default value is used which uses google fonts.
Expected result AFTER applying this Pull Request
We no longer use google fonts but emojis.
Documentation Changes Required
none