Opened 11 years ago
Closed 10 years ago
#11218 closed Bug (duplicate)
Bug in bbcode plugin
Reported by: | don | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
Hi, I found a bug in bbcode plugin.
I tried to copy and paste a word document into CKEditor. The first line of the document is the title. After paste into CKEditor, I tried to delete the title part. But in the source, the bbcode always has "=13px"
Please advice! Thanks.
Attachments (2)
Change History (5)
Changed 11 years ago by
Attachment: | sample.docx added |
---|
comment:1 Changed 11 years ago by
Component: | General → Plugin : Paste from Word |
---|
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
There are two issues I see here:
- MS Word document gets pasted as HTML and not as code that can be understood by BBCode plugin
- When you remove Title and switch to source ="13" will be visible there (Please see video)
I think second issue might be omitted when first one is fixed.
@dodoflying issue with paste from word can sort of worked around when using forcePasteAsPlainText : true configuration option in editor configuration.
I'm saying sort of because then everything (even images) are pasted as plain text.
@dodoflying please also note that BBcode is proposal of BBCode implementation. There is no standard for it thus all implementations can differ.
If you have idea for fixing this issue or have found another issue and you know how it can be fixed, you are welcome to create a pull request: https://help.github.com/articles/creating-a-pull-request
Changed 10 years ago by
Attachment: | 2014-05-07_1405.swf added |
---|
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
This is a duplicate of #10591.
Word Sample