Closed (outdated)
Project:
Drupal core
Version:
9.4.x-dev
Component:
ckeditor5.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jan 2022 at 21:27 UTC
Updated:
28 Apr 2022 at 07:18 UTC
Jump to comment: Most recent

Comments
Comment #2
hooroomooComment #3
hooroomooComment #4
hooroomooComment #5
wim leersI think this is because:
i.e. the width and height downcasts are happening only for the
dataDowncast, not for theeditingDowncast. Moving those two to the catch-all/genericdowncastwould fix this.Comment #6
wim leersI don't know at which point this was fixed, but I definitely can no longer reproduce this 🥳 Lots of fixes/improvements happened, not sure if #3249592: [drupalImage] <img width> upcast assumes HTML5: px unit, but HTML4 allowed % unit or #3269868: [drupalImage] Some Image attributes are lost in edge cases where image upcasts into inline image is the one that fixed this, but it definitely is fixed 👍