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

[1.13] Bugfixes for jQuery <-> Redactor conflict #905

Open
wants to merge 4 commits into
base: 1.13
Choose a base branch
from

Conversation

kirichkov
Copy link

Summary

Redactor 1 was built on top of jQuery 1.x, Rails 5.2 pulls jQuery 3. jQuery 3 has removed the jQuery.size() function which is used by Redactor 1. This PR reimplements jQuery.size() as part of the assets.

The 1.13 branch gemspec didn't limit the maximum version of bootstrap_form, as a consequence installing/updating 1.13 could pull newer version of bootstrap_form that depends on BS4, which would break the layout of custom controllers that are reusing the CMS backend

@kirichkov kirichkov changed the title Bugfixes for jQuery <-> Redactor conflict [1.13] Bugfixes for jQuery <-> Redactor conflict Jan 8, 2020
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.

1 participant