Closed (fixed)
Project:
Custom Elements
Version:
3.3.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2025 at 12:23 UTC
Updated:
19 Dec 2025 at 15:04 UTC
Jump to comment: Most recent
The recent improvements to the auto-formatter have lead to some issues on production. Some attributes, rendering first into slots, are not output correctly any more.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fagoTurns out getAttribute() was not doing the same key normalization like setAttribute()! Fixed this + added test coverage.
Comment #7
fagoGot this fixed. there was a second issue with slotes names not being mapped correctly. I added a test case for it and merged the fix.
I accidentally merged this with the wrong commit message "Fatal error when rendering JSON preview at display edit form" though. :-(