Maybe I'm going crazy, and I don't know if the fullPage version of CKEditor demo on the ckeditor.com website is running 4.4.5 (I can't replicate this on the ckeditor.com demo page), but when I upgraded from 4.4.3 to 4.4.5, <meta> tags started getting wrapped by <p> tags and moved to the <body>. This is something that has been reported in previous versions of CKEditor but had been fixed.
Is anyone else experiencing this? I tried to isolate it to a plugin (I tested with and without CodeMirror + TextSelection), but it looks to be something with 4.4.5 core. When I flip from Source to WYSIWYG mode, it changes this:
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
</head>
<body>
to:
<html>
<head></head>
<body>
<p><meta content="text/html; charset=utf-8" http-equiv="Content-Type" /></p>
I can't reproduce any problem
I can't reproduce any problem on this sample and it's running 4.4.5.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Needed new build-config.js
Reinmar,
Thank you for directing me to the full test page. I rebuilt my build-config.js from scratch, and it looks like it's working now. Appreciate your fast response!
Lars