Manual decorators for LinkImage lost upon upcast #10828
Labels
package:image
package:link
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Discovered while working on https://www.drupal.org/project/ckeditor5/issues/3247683.
image.Image
,image.ImageToolbar
,image.ImageUpload
,link.Link
,link.LinkImage
, with the followingLink
config:🎥 Screencast
✔️ Expected result
Same markup as before, with
foo="bar"
retained on both the linked text and the image.❌ Actual result
foo="bar"
is retained only on the linked text not on the image.❓ Possible solution
Bug in upcasting.
📃 Other details
v31.0.0
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: