-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed as duplicate of#73821
Closed as duplicate of#73821
Copy link
Labels
[Block] ListAffects the List BlockAffects the List Block[Feature] Block TransformsBlock transforms from one block to anotherBlock transforms from one block to another[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
When we transform a paragraph block into a heading block using the block transform feature, it preserves the same styling. However, when transforming a paragraph block into a list block, the paragraph styling does not carry over. The block then reverts to a paragraph block, and the initial paragraph styling is removed.
Step-by-step reproduction instructions
- Go to the block editor.
- Add Paragraph block.
- Apply typography like color & size.
- Transform paragraph to heading block ( it preserves the same styling of paragraph ).
- Then revert transform to the paragraph block ( it preserves the same styling of the paragraph that initially has).
- Then Transform the paragraph to the List block. the paragraph styling will not carry over to the list block.
- Then revert transform to the paragraph block. The initial paragraph styling will be removed.
Screenshots, screen recording, code snippet
Selected.December.05.2024.16_00_09.mp4
Environment info
- WordPress Version: 6.7.1
- Active Theme: Twenty Twenty-Four
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
- Yes
Please confirm which theme type you used for testing.
- Block
- Classic
- Hybrid (e.g. classic with theme.json)
- Not sure
Metadata
Metadata
Assignees
Labels
[Block] ListAffects the List BlockAffects the List Block[Feature] Block TransformsBlock transforms from one block to anotherBlock transforms from one block to another[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended