Skip to content
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

TINY-10878: Fix issue with emojis not loading due to broken CDN link #9611

Closed
wants to merge 2 commits into from

Conversation

ArvinJ-H
Copy link
Contributor

@ArvinJ-H ArvinJ-H commented May 2, 2024

Related Ticket:
TINY-10878

Description of Changes:

  • original CDN no longer valid, changed to a new one

Pre-checks:

  • Changelog entry added
  • Tests have been added (if applicable)
  • Branch prefixed with feature/, hotfix/ or spike/

Review:

  • Milestone set
  • Docs ticket created (if applicable)

GitHub issues (if applicable):

@ArvinJ-H ArvinJ-H added this to the 7.1.0 milestone May 2, 2024
@ArvinJ-H ArvinJ-H requested review from a team, ltrouton, MitchC1999, Skylite73 and danoaky-tiny and removed request for a team May 2, 2024 09:21
@ArvinJ-H ArvinJ-H requested a review from a team as a code owner May 2, 2024 09:21
Co-authored-by: Andrew Herron <thespyder@programmer.net>
@ArvinJ-H ArvinJ-H modified the milestones: 7.1.0, 7.1.1 May 3, 2024
@@ -40,7 +40,7 @@ const register = (editor: Editor, pluginUrl: string): void => {

registerOption('emoticons_images_url', {
processor: 'string',
default: 'https://twemoji.maxcdn.com/v/13.0.1/72x72/'
default: 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/15.1.0/72x72/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised that our product works like this. I mean this isn't really on-prem if you enable this it goes out on the internet for things.

Copy link
Member

@TheSpyder TheSpyder May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is documented, though. Including how to make it properly on-prem.
https://www.tiny.cloud/docs/tinymce/latest/emoticons/#emoticons_images_url

Speaking of which, we should change the docs URL for downloading the image assets to the new maintenance home as well... @ArvinJ-H can you please log a JIRA ticket for that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right I think this is the only thing that works like this that depends on a third party url. It's just a bit odd. I see why we do it we don't want to download that huge thing and ship that. But I guess most people just use the unicode emojis.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speaking of which, we should change the docs URL for downloading the image assets to the new maintenance home as well... @ArvinJ-H can you please log a JIRA ticket for that

@ArvinJ-H Could you please create a documentation ticket if it hasn't been done yet?

Copy link
Contributor Author

@ArvinJ-H ArvinJ-H May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, there was a ticket logged to update the url in doc, forgot to link it in ticket.

https://ephocks.atlassian.net/browse/DOC-2406

Also closing this pr and created a new hotfix branch to merge into release/7, targeting 7.1.1

@ArvinJ-H ArvinJ-H closed this May 13, 2024
@ArvinJ-H ArvinJ-H deleted the feature/TINY-10878 branch May 13, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants