[wp-trac] [WordPress Trac] #52447: Classic editor Bug after 5.6.1 update

WordPress Trac noreply at wordpress.org
Thu Feb 4 19:15:59 UTC 2021


#52447: Classic editor Bug after 5.6.1 update
--------------------------+------------------------
 Reporter:  roger995      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Editor        |     Version:  5.6.1
 Severity:  normal        |  Resolution:  duplicate
 Keywords:                |     Focuses:  ui
--------------------------+------------------------
Description changed by SergeyBiryukov:

Old description:

> "Do You Want to Leave This Site? Changes you made may not be saved" Alert
> notice on leaving updated pages (but not posts) after 5.6.1 update when
> using classic editor.
>
> All plugins and PHP version up to date. No change when deactivating all
> plugins and changing theme. Site health status says "good." Goes away
> when Gutenberg is turned back on. Have read forum posts, but not seeing
> answer.
>
> Code used for disabling Gutenberg:
> add_filter('use_block_editor_for_post', '__return_false', 10);
>
> Thanks

New description:

 "Do You Want to Leave This Site? Changes you made may not be saved" Alert
 notice on leaving updated pages (but not posts) after 5.6.1 update when
 using classic editor.

 All plugins and PHP version up to date. No change when deactivating all
 plugins and changing theme. Site health status says "good." Goes away when
 Gutenberg is turned back on. Have read forum posts, but not seeing answer.

 Code used for disabling Gutenberg:
 {{{
 add_filter('use_block_editor_for_post', '__return_false', 10);
 }}}
 Thanks

--

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52447#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list