You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to http://localhost:6050 and install Wordpress.
Log into admin area via http://localhost:6050/wp-admin
Go to Posts in the sidebar and edit Hello world post, notice that Save button is greyed out when you started to edit post
Add The SEO Framework plugin
Go to Posts in the sidebar and edit Hello world post, notice that Save button is active. Click Save, it is still active. It never gets greyed out.
Expected behavior
I expect Save button to be greyed out when no changes were made to the Post/Page since last save.
Screenshots
Not applicable.
Additional context
Wordpress: 6.6.1
The SEO Framework 5.0.6
The text was updated successfully, but these errors were encountered:
larixer
changed the title
Save button in FSA is always active for all pages and posts despite no changes were made
Save button in FSE is always active for all pages and posts despite no changes were made
Jul 25, 2024
This appears to be a feature of Gutenberg / Block Editor.
When any meta box is shown (even the native Custom Fields one), the Save button will never be disabled.
This is likely because they cannot accurately determine if the meta box's contents have changed.
To bypass this, we'd have to integrate our meta fields into Gutenberg's sidebar rather than via a meta box. The realization of this is still ongoing.
Describe the bug
Save button in FSE is always active for all pages and posts despite no changes were made
How to reproduce the bug
docker-compose.yml
into some directory for testing clean Wordpress install:docker compose up
http://localhost:6050
and install Wordpress.http://localhost:6050/wp-admin
Hello world
post, notice thatSave
button is greyed out when you started to edit postThe SEO Framework
pluginHello world
post, notice thatSave
button is active. ClickSave
, it is still active. It never gets greyed out.Expected behavior
I expect
Save
button to be greyed out when no changes were made to the Post/Page since last save.Screenshots
Not applicable.
Additional context
Wordpress: 6.6.1
The SEO Framework 5.0.6
The text was updated successfully, but these errors were encountered: