editable icon indicating copy to clipboard operation
editable copied to clipboard

Manipulating lists creates markup with inline styles

Open litera opened this issue 11 years ago • 1 comments

Reproduce bug:

  1. Open demo in Google Chrome
  2. Write few lines of text
  3. Select some of these lines and convert to UL/OL
  4. Click the same button again

You will end up with completely different markup including SPAN inline styles which is especially undesired.

Before executing step 3: image

After step 4: image

litera avatar Oct 08 '14 13:10 litera

yeah, there's this issue: https://github.com/yields/editable/issues/5. ATM i don't have time for this huge fix / debugging, i'll take a look over the weekend though.

yields avatar Oct 08 '14 14:10 yields