FLUID-6681: Error thrown when opening the CKEditor Rich text inline edit

Metadata

Source
FLUID-6681
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2021-08-25T11:36:25.151-0400
Updated
2022-02-09T09:52:48.743-0500
Versions
  1. 3.0
Fixed Versions
  1. 4.0
Component
  1. Inline Edit

Description

Opening a CKEditor based rich text inline edit throws "editor.trigger is not a function" error from line 296 of InlineEditIntegrations.js.

Steps to reproduce:

  1. Open the rich text inline edit manual test
  2. Click edit in the last inline edit field, "Rich Text Inline Edit with CKEditor 3".
  3. In the console of the developer tools you'll see the "editor.trigger is not a function" error.

Comments