miztroh-zz / wysiwyg-e

A what-you-see-is-what-you-get editor created with Polymer
85 stars 18 forks source link

Component is broken after clearing entered text in FF 59 on macOS #227

Closed pleku closed 6 years ago

pleku commented 6 years ago

Tested with component 2.1.3 version, macOS 10.13.4 (high sierra), FF Quantum 59.0.2 (64-bit)

Steps to reproduce:

  1. Enter some text to component
  2. Remove all entered text (with backspace or select-all + remove)
  3. enter text

Expected: text is entered normally Outcome: every entered character goes as the first character and adds a whitespace before the previously entered character

screen shot 2018-05-16 at 11 49 03

There is no errors on the browser console.

miztroh-zz commented 6 years ago

I have also backported the fixes from the 3.x (master) branch to the 2.x branch and created a new 2.x release.

https://github.com/miztroh/wysiwyg-e/releases/tag/v2.1.4

pleku commented 6 years ago

I can confirm it works now! Awesome, thanks for the backporting!