[wp-trac] [WordPress Trac] #50839: WooCommerce Product type option Gone

WordPress Trac noreply at wordpress.org
Tue Aug 4 12:26:26 UTC 2020


#50839: WooCommerce Product type option Gone
----------------------------+---------------------
 Reporter:  makewebbetter   |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  5.5
Component:  Administration  |     Version:  trunk
 Severity:  critical        |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+---------------------
Changes (by SergeyBiryukov):

 * milestone:  Awaiting Review => 5.5


Comment:

 Thanks for the ticket and the initial investigation here!

 Replying to [comment:1 Clorith]:
 > Introduced by markup changes in #39074, specifically r48373
 >
 > WooCommerce targets `#woocommerce-product-data .hndle span`, but the
 `span` was removed in this commit.

 I don't see any `<span>` tags removed in that commit, just some reordered
 output.

 I suspect this is a side effect of using CSS flexbox on the heading for
 edit-box links, same as in #50788 and #50836:
 {{{
 .postbox-header .hndle {
         flex-grow: 1;
         /* Handle the alignment for the configurable dashboard widgets
 "Configure" edit-box link. */
         display: flex;
         justify-content: space-between;
         align-items: center;
 }
 }}}

 Moving to 5.5 for visibility, since this is causing more back compat
 concerns than I'm comfortable with.

 It's not quite clear whether the change to flexbox is necessary for
 [48373]. If no solution is found before the final release, this can be
 punted to 5.5.1, but I'd like to explore our options here first.

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


More information about the wp-trac mailing list