-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Improve the way how images are set in clipboard #19541
Copy link
Copy link
Open
Labels
domain:ui/uxThis issue reports a problem related to UI or UX.This issue reports a problem related to UI or UX.package:clipboardpackage:imagetype:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
Metadata
Metadata
Assignees
Labels
domain:ui/uxThis issue reports a problem related to UI or UX.This issue reports a problem related to UI or UX.package:clipboardpackage:imagetype:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
Originally mentioned in #19521
Description
When copying images from CKEditor and pasting them to other sources (MS Word, GDocs, other HTML editors), we may be losing formatting information.
and others.
There are a couple of things to investigate:
figurefor block images is not well understood by other systems, we may be loosing information on this element.imgto be understood? Which attributes or styles are well interpreted on the web?We did similar things to
tablein the past.