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

CKEditor ShowProtected Plugin Malforms FullPage HTML #10

Open
bhsmither opened this issue Apr 19, 2019 · 0 comments
Open

CKEditor ShowProtected Plugin Malforms FullPage HTML #10

bhsmither opened this issue Apr 19, 2019 · 0 comments

Comments

@bhsmither
Copy link

Program a classic editor with fullPage as true to load a simple full page document.

There will be a false hit, as well as full page tags misplaced.

In config.js:

Problem exists:
	config.protectedSource.push(/{\S*?.*?\S}/g);
	config.extraPlugins = 'showprotected';

Problem exists, content not protected, with a false hit:
/*	config.protectedSource.push(/{\S*?.*?\S}/g); */
	config.extraPlugins = 'showprotected';

Problem does not exist, but no protected content shown:
	config.protectedSource.push(/{\S*?.*?\S}/g);
/*	config.extraPlugins = 'showprotected'; */

Problem does not exist, but content not protected:
/*	config.protectedSource.push(/{\S*?.*?\S}/g); */
/*	config.extraPlugins = 'showprotected'; */

This experiment shows that the Show Protected plugin is causing FullPage HTML structure to become malformed.

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