The Wayback Machine - https://web.archive.org/web/20220106191804/https://github.com/topics/rich-text-editor
Skip to content
#

rich-text-editor

Here are 370 public repositories matching this topic...

ckeditor4
Comandeer
Comandeer commented Nov 24, 2021

Type of report

Task

Provide description of the task

Followup to #4918.

As we changed the default value of config.useComputedState from undefined to true it would be good to actually have some tests in each plugin that uses it to verify if the option works as intended. For now it seems that we don't have such tests.

Other details

  • Browser: …
  • OS: …
  • CKEditor ve
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
deckdeckgo
rfuehrer
rfuehrer commented Jun 28, 2021

Affected part of DeckDeckGo

  • Web Components

Feature Description

Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.

Or is that already possible today through existing CSS properties?

Use Case

I use drr for a project w

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