Opened 8 years ago
Last modified 8 years ago
#16829 confirmed Bug
[IE11] Missing text justification in some cases when content is pasted from Word
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 4.7.0 |
Keywords: | Cc: |
Description
In issue #16826 we aligned IE11 pasted content to other browsers by removing paragraph, added directly to li
elements.
However in some cases li
contained multiple paragraphs, some of them might have a different text alignment.
You can see this in following fixtures:
- 6493Questions_and_answers
- 7918Numbering
- 9274CKEditor_formating_issue
Fixtures were updated not to include text-align
in eae1d9cd669fe266c5c6c9d9e5a4ebd334c4c2fd, but we should fix these alignments.