Make WordPress Core

Opened 7 years ago

Closed 4 months ago

#36185 closed defect (bug) (fixed)

Default WordPress video-player incompatible with Right-To-Left (RTL)

Reported by: samerafach's profile samerafach Owned by:
Milestone: 4.6 Priority: normal
Severity: normal Version: 4.4.2
Component: Media Keywords:
Focuses: css, rtl Cc:

Description (last modified by sabernhardt)

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!

Change History (2)

#1 @barzik
7 years ago

+1 on that! This issue is valid in RTL sites and the fix is quite easy.

#2 @sabernhardt
4 months ago

  • Description modified (diff)
  • Focuses css rtl added
  • Milestone set to 4.6
  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.