[wp-trac] [WordPress Trac] #36185: Default WordPress video-player incompatible with Right-To-Left (RTL)

WordPress Trac noreply at wordpress.org
Wed Feb 15 23:47:28 UTC 2023


#36185: Default WordPress video-player incompatible with Right-To-Left (RTL)
--------------------------+-----------------------
 Reporter:  samerafach    |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  4.6
Component:  Media         |     Version:  4.4.2
 Severity:  normal        |  Resolution:  fixed
 Keywords:                |     Focuses:  css, rtl
--------------------------+-----------------------
Changes (by sabernhardt):

 * status:  new => closed
 * focuses:   => css, rtl
 * resolution:   => fixed
 * milestone:   => 4.6


Old description:

> As an example of the existence of a problem, please check the website.
>
> http://link.afach.de/rtlproblem
>
> The same problem exists with the default WordPress video player. Without
> the following tag:
>     .mejs-offscreen{
>         right: -10000px;
>         left: auto;
>     }
>
> the video-player will create a very long horizontal scroll bar. Please
> try to remove the tag from that page and see for yourself.
>
> Thank you for the great platform, Wordpress. I love it!

New description:

 As an example of the existence of a problem, please check the website.

 http://link.afach.de/rtlproblem

 The same problem exists with the default WordPress video player. Without
 the following tag:
 {{{
     .mejs-offscreen{
         right: -10000px;
         left: auto;
     }
 }}}
 the video-player will create a very long horizontal scroll bar. Please try
 to remove the tag from that page and see for yourself.

 Thank you for the great platform, Wordpress. I love it!

--

Comment:

 The `mejs-offscreen` class seems to have been fixed by updating
 MediaElement.js to 2.21.2 (r37887) in WordPress 4.6.

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


More information about the wp-trac mailing list