Opened 9 years ago

Last modified 8 years ago

#13751 confirmed Bug

Chrome: Text Style lost when we paste content through Paste Dialog

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 4.5.0
Keywords: IBM Cc: chrisgui, Irina

Description

Steps to reproduce

  1. Type few paragraphs of text.
  2. Applt some format(Font: Georgia, size: 36) to a paragraph
  3. Copy the Paragraph.
  4. Keep cursor in new paragraph, Open Paste dialog, paste content in the dialog and click OK button.

Expected result

Pasted text has all the formatting that was applied to it.

Actual result

All the formatting applied to pasted text is removed. This is working in 4.4.8

Same issue happens with Indentation, Alignment etc.

Change History (4)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Status: newconfirmed
Version: 4.5.34.5.0

Related to #13753. We can fix it by detecting the transfer type during the paste in the paste dialog and passing it to the paste event. Or by mocking the data transfer for that kind of paste.

However, I would strongly recommend removing the paste dialogs from the toolbar. This is a feature that should be forgotten :).

comment:2 Changed 9 years ago by daporro

If the paste dialogs are removed is there a way to paste as plain text in IE?

comment:3 Changed 9 years ago by Piotrek Koszuliński

I didn't mean all dialogs. The paste as plain text one is actually useful, currently, when there's no other option to turn other pasting mode easily (although, it should be very simple to write a plugin which adds a button to toggle between normal and plain text mode).

comment:5 Changed 8 years ago by Jakub Ś

This ticket is similar to #16454 although both talk about a little bit different things. Anyway I think it is very important to fix these two tickets at the same time to cover both cases.

Version 0, edited 8 years ago by Jakub Ś (next)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy