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
- Type few paragraphs of text.
- Applt some format(Font: Georgia, size: 36) to a paragraph
- Copy the Paragraph.
- 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
Status: | new → confirmed |
---|---|
Version: | 4.5.3 → 4.5.0 |
comment:2 Changed 9 years ago by
If the paste dialogs are removed is there a way to paste as plain text in IE?
comment:3 Changed 9 years ago by
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
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.
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 :).