[wp-trac] [WordPress Trac] #23562: Using Speech Recognition Software with the Add Media Panel

WordPress Trac noreply at wordpress.org
Mon May 11 15:28:34 UTC 2026


#23562: Using Speech Recognition Software with the Add Media Panel
--------------------------------------------+----------------------------
 Reporter:  grahamarmfield                  |       Owner:  joedolson
     Type:  defect (bug)                    |      Status:  reopened
 Priority:  normal                          |   Milestone:  7.0
Component:  Media                           |     Version:  3.5.1
 Severity:  normal                          |  Resolution:
 Keywords:  has-patch has-test-info commit  |     Focuses:  accessibility
--------------------------------------------+----------------------------
Changes (by wildworks):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 r61757 appears to display an unintended scrollbar. This is due to the
 `overflow:hidden` property being changed to `auto`.

 {{{
 .media-toolbar {
         overflow: auto;
 }
 }}}

 I understand [https://github.com/WordPress/wordpress-
 develop/pull/10832#issuecomment-3961724891 this change was intentional],
 but I didn't anticipate it affecting the desktop layout. This is
 particularly noticeable on Windows, where overflowed elements get
 scrollbars by default. Let's explore if there are any better approaches
 for the 7.0 release.

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


More information about the wp-trac mailing list