[wp-trac] [WordPress Trac] #57007: Row block in Gutenberg broken in 6.1

WordPress Trac noreply at wordpress.org
Sat Nov 12 14:06:37 UTC 2022


#57007: Row block in Gutenberg broken in 6.1
--------------------------+------------------------------
 Reporter:  mplayer       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  6.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by wildworks):

 I'm looking into this issue and I think one cause is that the `global-
 styles-inline-css` doesn't include layout styles such as `.is-layout-
 flex`.

 Here is the code that outputs layout styles:
 https://core.trac.wordpress.org/browser/trunk/src/wp-includes/global-
 styles-and-settings.php#L149

 I expect that for some reason this style is not being generated correctly.
 If anyone can reproduce the problem, I would appreciate it if you could
 debug the code in this vicinity.

 Also, since Transient is taken into account in this function, it may be a
 good idea to set `WP_DEBUG` and `SCRIPT_DEBUG` to true to bypass early
 returns due to caching.

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


More information about the wp-trac mailing list