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

Editor breaks on explorer #54

Open
parruc opened this issue Nov 18, 2019 · 1 comment
Open

Editor breaks on explorer #54

parruc opened this issue Nov 18, 2019 · 1 comment

Comments

@parruc
Copy link

parruc commented Nov 18, 2019

In the freshly released 1.2 package plone.mockup has not been updated so the fixes from that package were not released. One of the fixed issues is particularly annoying as it breaks the javascript in IE:

       upload: this.options.upload,
        text: this.options.text,
        insertHeading: this.options.text.insertHeading,
        insertImageHelp: this.options.text.insertImageHelp,
        upload: this.options.text.upload,

In this vocabulary in link.js inside the plone.mockup tinymce pattern the key "upload" is defined twice and this breaks the javascript on explorer. On the plone.mockup product a pull request regarding this issue has already been accepted almost three weeks ago but it needs to be included in plone.staticresources release asap in order to fix the issue in Plone.

@parruc
Copy link
Author

parruc commented Nov 18, 2019

Link to the offending line:

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

No branches or pull requests

1 participant