className saved but not loaded on F5 (reload) #9929
Labels
[Feature] Block API
API that allows to express the block paradigm.
[Type] Bug
An existing feature does not function as intended
Step 1
Create a custom block:
Step 2:
Create another custom block with only this difference:
Step 3:
Add these two blocks to a page and add a CSS class to both. E.g.
some-class
.Step 4:
Publish the page.
Both classes are saved (correct)!
Step 5:
Hit F5.
Step 6:
className
is not loaded automatically back into the input for the second block (incorrect)!Gutenberg 3.8.0.
I reported this already. This is not resolved and has been ignored #9423.
This is a bug.
className
is saved in both but it's not loaded in one after hitting F5 (reload).If this is intended (I don't see why such strange/inconsistent behavior should be intended though) then it's not documented in what circumstances
className
is not going to be loaded automatically back into the right field: https://wordpress.org/gutenberg/handbook/extensibility/extending-blocks/The text was updated successfully, but these errors were encountered: