Bug
...but it definitely requires triage and assessment, as it may be working as designed for some reason, or be a known (config/env?) issue. It sounds too weird not to be related with some configuration, that I'm unaware of...
CKEDITOR.replace, or jquery.ckeditor()) with basic config, standard packagehttp://localhost/?id=foo&bar=1). If the query string won't include ampersand (e.g. http://localhost/?id=foo), the issue won't reproduce...CK Editor instance shall provide editing capabilities and present edited content.
The wysiwyg editor does not show content nor provides any editing capabilities. Interestingly, iframe with content gets hidden / display: none:
<iframe src="" frameborder="0" class="cke_wysiwyg_frame cke_reset" title="Rich Text Editor, qq" aria-describedby="cke_51" tabindex="0" allowtransparency="true" style="width: 100%; height: 100%; display: none !important;" hidden></iframe>
It does not reproduce on e.g. nightly.ckeditor.com online provided samples.
Installed CKEditor plugins: Standard package.
Not an issue, after wasting almost 3hrs I realized it was the ad-blocker plugin causing the issue....
@remi00 thank you very much for point that out. I had the exact same issue yesterday and wasted 4 hours with debugging JS code, DOM inspecting etc. until I found this issue and your "solution".
Most helpful comment
Not an issue, after wasting almost 3hrs I realized it was the ad-blocker plugin causing the issue....