SortableJS/Sortable

SortableJS not working in CKEditor

Open

#1.562 aberto em 8 de jul. de 2019

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (3.731 forks)batch import
help wanted

Métricas do repositório

Stars
 (30.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Problem:

Hello, great plugin, but:

SortableJS does not work inside a CKEditor. :(

We have spent days trying to make it work, with no success. SorableJS simply does not work inside the CKEditor. We are using CKEditor 4. We have tried various approaches, including writing our own plugin for CKEditor that uses SortableJS, but nothing worked so far.

At the same time, jQuery UI works fine inside the CKEditor.

I am providing the JSFiddle example below, with SortableJS working outside the CKEditor, and not working inside, also with equivalent examples with jQuery UI that work.

JSBin/JSFiddle demonstrating the problem:

https://jsfiddle.net/BoldizArt/eqg30vd4/71/

Guia do colaborador