#9378 closed defect (fixed)
Editor does not allow custom P styling (MS Word) to be pasted
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.0 |
Keywords: | Cc: | liucougar | |
Blocked By: | Blocking: |
Description (last modified by )
Run test_Editor.html in IE.
Load the MSWord.doc attachment in MS Word and copy all the text to the clipboard.
Focus the Editor widget labeled "Created from div" and paste the MS Word text. Everything is shifted to the left.
Pressing the getValue button causes the bullets to appear but the left margins are still collapsed.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | MSWord.doc added |
---|
Changed 12 years ago by
Attachment: | 9378.patch added |
---|
remove !important from default P CSS and avoid converting P tags with custom styling into BR tags
comment:1 Changed 12 years ago by
Cc: | liucougar added |
---|---|
Description: | modified (diff) |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
(In [18404]) Code reduction for _fixNewLineBehaviorForIE() (refs #2859), plus fixing IE8 console exception when using BR mode for EnterKeyHandling?, caused by [17924] (refs #9378).
!strict
Note: See
TracTickets for help on using
tickets.
MS Word doc with custom P styling