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

rich-text-editor

Here are 264 public repositories matching this topic...

flylikeanbird
flylikeanbird commented Nov 21, 2019

Description

in demo page you can repro the bug follow the steps bellow

Steps to reproduce

  1. Select all the first paragraph, then apply italics style, and next apply quote.
  2. press enter several times.
  3. new line will be created and cannot be remove by pressing backspace.

Expected behavior: will not create new line with quote
Actual behavior: create new line with q

hellomrbigshot
hellomrbigshot commented Oct 29, 2019

提供一个jsfiddle在线例子
戳我

在输入框快速输入 123123123... 时常会出现某个输入闪动一下后被删除了。源码如下
html

<div id="app">
  <new-editor v-model="html"></new-editor>
</div>

js

Vue.component('new-editor', {
	props: ['value'],
	data: function () {
  	return {
    	ref: Math.floor(Math.random()*1000),
    	editor: null
    }
  },
	template: '<div :ref="ref"></
ckeditor4
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
ckeditor5
thorhop
thorhop commented Jan 24, 2018

When embedding a local image in a document one should be able to specify just the filename of the image without the need to specify path (including "./"). When specifiying a file without path Uncolored interprets that as this absolute path on my (Windows) machine:

file:///C:/Users/<user>/AppData/Local/Programs/Uncolored/0.10.2/resources/app/views/<filename>

Specifying only the filename wit

abroresonaliyev
abroresonaliyev commented May 13, 2019

In project I use kotlin and android X.

After adding AutoCompleteSupportFragment

implementation 'com.google.firebase:firebase-core:16.0.9'    
   
implementation 'com.google.android.libraries.places:places:1.1.0'

on building showing next error.
If I remove Android-Rich-text-Editor library not showing error.

  • Duplicate class com.bumptech.glide.GeneratedAppGli

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

You can’t perform that action at this time.