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 bug - postback issue with the cke editor #5078

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

nellaaayyy
Copy link

Fixes #4709

Summary

CKE Editor disappears on postback. Returning false will stop the postback from happening.

@dnfadmin
Copy link

dnfadmin commented Apr 6, 2022

CLA assistant check
All CLA requirements met.

@bdukes
Copy link
Contributor

bdukes commented Apr 6, 2022

It looks like @zyhfish introduced the current behavior in 9.8.0 (cf. 88a9b4e). This PR would revert to the previous behavior, except it replaces return; with return false;

It looks like that change was supposed to address DNN-Connect/CKEditorProvider#136 (which sounds similar to #3469 that had the fix applied here)

@bdukes bdukes added this to the 9.10.3 milestone Apr 6, 2022
@mitchelsellers
Copy link
Contributor

@skamphuis or @Timo-Breumelhof Do you have any insight on this one by chance since you have been in the editor?

@skamphuis
Copy link
Contributor

I'm happy to have a look tomorrow.

@skamphuis
Copy link
Contributor

@mitchelsellers I tested this change and indeed it does fix the issue as described in #4709 . Saving changes in both editor mode and basic text mode keeps working. Good catch, @nellaaayyy

Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

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

Awesome - thanks @nellaaayyy 🎉

@david-poindexter david-poindexter merged commit 200d5d4 into dnnsoftware:develop Jul 5, 2022
@nellaaayyy
Copy link
Author

Awesome - thanks @nellaaayyy 🎉

no problem!

@valadas valadas modified the milestones: 9.10.3, 9.11.0 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CKEditor disappears on Postback
7 participants