Ticket #202 (new enhancement)
Improve direct pasting rich text (from Word)
| Reported by: | nathany | Owned by: | jf.hovinne |
|---|---|---|---|
| Priority: | major | Milestone: | 1.x |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
I've found that people forget to use "Paste from Word" type features, so it would be better to improve handling of pasting directly. I did some simple tests with 0.50 rc1 in Safari 4 and Word 2008 Mac and but noticed a few issues.
- If I'm inside a "p" while pasting, I get paragraphs nested inside that paragraph, instead of new paragraphs falling bellow. - If I make some big colorful text in Word, it appears that way in the editor even though viewing HTML looks to have it correct (my "strong" carried over but the other junk did not). - It would be nice to do some cleanup, such as removing blank "p" lines between the pasted paragraphs or collapsing trailing/initial spaces. Maybe a good candidate for a plugin.