David Császár

Results 14 issues of David Császár

This is my go at #113 ~~Instead of _adding_ Brotli support, I added low-level options to _replace_ Gzip support. The overall approach is inspired by me trying to avoid the...

##### Expected behavior. `id="isPasted"` is removed from the HTML, or there is a way to remove it, e.g. with `editor.html.get()`. ##### Actual behavior. After pasting, there is `id="isPasted"` ##### Steps...

**Steps for Reproduction** 1. Visit https://codepen.io/anon/pen/geLExY 2. Scroll down a bit 3. Paste some text **Expected behavior**: Scroll position is unchanged, or keeps the text cursor visible. **Actual behavior**: The...

### Description When pasting multi-line content into a headline, the pasted content contains unwanted `style` attributes, even with the default plain-text paste setting. ### Steps to reproduce 1. Open http://yabwe.github.io/medium-editor/...

Leaving this here for reference and to discuss a fix: Because of timezone differences on the prerendering server and the client, the list of blog posts, with month separators, can...

**Describe the bug** Using two `` inside a `React.PureComponent` (which updates only if props change), can under certain conditions lead to an error like: ``` Error: Cannot have two HTML5...

We're observing this behavior in the context of a dynamic (React) app. Sometimes these appear to happen in rapid succession: 1. The container element is created 2. Froala is initialized...

##### Expected behavior. After clicking on a `contenteditable=false` selecting editable text should open an enabled toolbar. ##### Actual behavior. After clicking on a `contenteditable=false` in one Froala editor selecting editable...

##### Expected behavior. Only the line break between the lines is removed, effectively joining two lines into one. (`FooBar`) ##### Actual behavior. Two more characters are removed from the end...

Update: after reporting #4795 I realized the workaround is the same, so these two issues probably have the same underlying bug: As a workaround, these options can be set: ```js...