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

Fix CKEditor5 link editing in modal dialog #20285

Merged
merged 1 commit into from
May 17, 2021

Conversation

colemanw
Copy link
Member

Overview

Fixes https://lab.civicrm.org/extensions/ckeditor5/-/issues/4

Before

Editing links broken for wysiwyg within popup dialog.

After

Fixed.

Technical Details

See https://api.jqueryui.com/dialog/#method-_allowInteraction

@civibot
Copy link

civibot bot commented May 13, 2021

(Standard links)

@civibot civibot bot added the master label May 13, 2021
@eileenmcnaughton
Copy link
Contributor

Oh wow - I totally didn't expect that to be a core fix

@colemanw
Copy link
Member Author

Some of this low-level configuration stuff in jQuery UI can only be overridden once. It's not a hook or event that an extension can subscribe to.

@seamuslee001
Copy link
Contributor

On my initial testing this is looking good

@seamuslee001
Copy link
Contributor

This works for me merging

@seamuslee001 seamuslee001 merged commit 9fbc927 into civicrm:master May 17, 2021
@seamuslee001 seamuslee001 deleted the cke5Fix branch May 17, 2021 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants