You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This experiment shows that the Show Protected plugin is causing FullPage HTML structure to become malformed.
The text was updated successfully, but these errors were encountered: