Postponed (maintainer needs more info)
Project:
CKEditor FakeObjects
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2018 at 22:00 UTC
Updated:
21 Jan 2023 at 19:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pookmish commentedI too have encountered this error.
I'm starting to investigate
Comment #3
pookmish commentedI was able to make progress on the issue. the problem is when the page has a CKEditor formatted field but the CKEditor text format is not using any button that uses the fakeobjects. So the CKEditor doesn't load the FakeObjects plugin. This patch extends another interface which forces the plugin to load on every CKEditor area.
Comment #4
bkosborneBut why is CKEditor trying to load the plugin in that scenario?
Comment #5
sherakama commentedRe-roll for version 8.1.1
Comment #6
bygeoffthompson commentedTested and working. Rerolled patch works with D9 ready version 1.1.
Thank you
Comment #7
kevinquillen commentedI've not encountered this scenario. Why would FakeObjects be needed to be force loaded when no active plugins require it? This plugin is a behind the scenes wiring for other plugins that leverage it to represent object data in the editor.
Is this some edge case item or is there a common way to replicate this that causes issues?