Opened 10 years ago
Closed 3 years ago
#36185 closed defect (bug) (fixed)
Default WordPress video-player incompatible with Right-To-Left (RTL)
| Reported by: | samerafach | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Media | Version: | 4.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | css, rtl |
Description (last modified by )
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
+1 on that! This issue is valid in RTL sites and the fix is quite easy.