Skip to content
#

rich-text-editor

Here are 385 public repositories matching this topic...

ckeditor4
Comandeer
Comandeer commented Mar 24, 2021

Type of report

Docs

Provide a description of requested docs changes

Currently there is no description of the rich combo definition. All docs simply states it's an object.

status:confirmed good first issue type:docs size:XS
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

enhancement good first issue drag-resize-rotate

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