Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Spearhead and Seedlet theme showing Incorrect icons on Podcast Player block #55294

Open AMcGrady opened 3 years ago

AMcGrady commented 3 years ago

Steps to Reproduce

  1. View page here: https://calmingfacts.com/

Under the Latest Free Episode sections notice how the Podcast Player block shows the correct icons for the Rewind and Fast Forward buttons.

You can also notice that the Podcast Player block has the correct images for Rewind and Fast Forward on single posts such as this one: https://calmingfacts.com/2021/08/08/diamonds/

  1. View this page: https://calmingfacts.com/episodes/

This is the Blog Post page for the site. Notice how the Rewind and Fast Forward buttons show the "Play" icon. The buttons function correctly but have the wrong icon on them.

What I expected to happen

Rewind and Fast Forward buttons to consistently have the correct icon.

What actually happened

Rewind and Fast Forward buttons have the wrong icon but only on the Posts page.

Context

Customer report. HE testing.

Operating System

macOS

OS Version

10.15.7

Browser

Chrome/Chromium

Browser Version

92

Is this specific to applied theme? If so, what is the theme name?

Spearhead, Seedlet

Simple, Atomic or both?

Simple

Console and/or error logs

No response

Level of impact

Low

Reproducibility

Consistent

Other information

No response

mikeicode commented 3 years ago

The issue is a missing space character here:

mejs-button mejs-jump-buttonmejs-jump-backward-button & mejs-button mejs-jump-buttonmejs-skip-forward-button

Screen Shot on 2021-08-09 at 15:06:41

Those should be:

mejs-button mejs-jump-button mejs-jump-backward-button & mejs-button mejs-jump-button mejs-skip-forward-button

Screen Shot on 2021-08-09 at 15:07:20

manuelrebollo-a11y commented 2 years ago

Hello! A customer found an occurrence of this problem, following up in 4929575-zd-woothemes Original assessment in p1649337770668299-slack-C03TY6J1A

A few differences, though: