wysiwyg-editor icon indicating copy to clipboard operation
wysiwyg-editor copied to clipboard

Copy table from word and paste at froala editor, table styles and cell styles are not applying at pasted table when choose keep option

Open alirazaedev opened this issue 3 years ago • 0 comments

I have apply !important css property to override word styling, It applies at froala editor successfully but when we get html of editor, Editor not converting applied style in inline css.

Expected behavior.

(table styles and cell styles should apply)

Actual behavior.

(table styles and cell styles not applying)

Steps to reproduce the problem.

( Scenario 1

  1. copy a table from word have formatting not applied
  2. paste copied table at froala editor
  3. froal editor show a pop up message choose keep option
  4. select all table cell and apply cell styles observe: cell styles not applying

Scenario 2

  1. copy a table from word have formatting not applied
  2. paste copied table at froala editor
  3. froala editor show a pop up message choose keep option
  4. apply any custom table style first (see css of custom style from attached image) observe: table style not applying Note:when you apply default table style e.g alternate rows and dashed after applying these style custom style working and cell styles also working. For further clarity please find the attached video )
Editor version.

4.012.

OS.

(window 10)

Browser.

(Firefox and chrome)

Recording.

(

https://user-images.githubusercontent.com/39520368/175314273-d7c0fd68-bb0c-4904-997d-f0b12de89d47.mp4 custom style classes

)

alirazaedev avatar Jun 23 '22 13:06 alirazaedev