Skip to content
#

rich-text-editor

Here are 290 public repositories matching this topic...

ckeditor4
bunglegrind
bunglegrind commented Dec 24, 2020

Type of report

Bug

Provide detailed reproduction steps (if any)

just implement the sample code in the documentation

https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog_validate.html#method-functions

Expected result

A validator composed by notEmpty and number

Actual result

A validator which always return true

Other details

Tested on 4.15.1

thehappycoder
thehappycoder commented Jul 8, 2019

In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets called

From component.js:

if (nextContents === this.lastDeltaChangeSet) {
        console.error(nextContents, this.lastDeltaChangeSet)
        throw new Error(
          'You are p

Improve this page

Add a description, image, and links to the rich-text-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rich-text-editor topic, visit your repo's landing page and select "manage topics."

Learn more