Opened 8 years ago
Closed 8 years ago
#16989 closed Bug (invalid)
Text loses some formatting when pasting in text from Google Docs
Reported by: | Diana Aspillera | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open a Google doc with bold, italic, bulleted/numbered formatting (Chrome/Safari/Firefox)
- Paste into instance of CKEditor (using special paste from tools)
- Save
Expected result
Formatting to be preserved
Actual result
Only formatting preserved were links. Bold, italic, bullets, and numbers were lost in Firefox Bullets and numbers were lost, but bold and italic were maintained in Chrome/Safari
Other details (browser, OS, CKEditor version, installed plugins)
OS - Mac OSX El Capitan CKEditor version - 4.6
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
Status: | new → pending |
---|---|
Version: | 4.6.0 |
Changed 8 years ago by
Attachment: | build-config.js added |
---|
comment:3 Changed 8 years ago by
Hi, I'm sorry for late reply.
I have checked your build-config but there is nothing special there. It looks standard for full package. You have basicstyles and list, liststyle plugins so pasting should work as expected.
Could you tell me if you are using any custom plugins or perhaps you have some custom editor configuration which might be removing certain tags? Perhaps you have some filter in your application which doesn't honour e.g. strong tags?
comment:4 Changed 8 years ago by
We try to keep the resulting markup sane, so the issue is probably there. Thanks for your time!
comment:5 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Thank you for letting us know. I will close the ticket.
If you find CKEditor to be the problem after all, please leave a comment and I will reopen the ticket.
Could you paste your build-config.js or show me your ACF settings? I have just checked Google Docs and Firefox in CKEditor full package and all styles were preserved - bolds, italic bullets and numbers.