Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sprites for trainers on "my" side of the battle #1871

Open
davidstone opened this issue Oct 5, 2021 · 4 comments
Open

No sprites for trainers on "my" side of the battle #1871

davidstone opened this issue Oct 5, 2021 · 4 comments

Comments

@davidstone
Copy link

This occurs in battle and in replays. This is occurring on Firefox on Linux.

On the opponent's side, everything displays normally. On my side, I see my username, but I don't see my trainer icon or any Pokeballs / Pokemon icons. I can mouse over where the icon would be get the tooltip information.

I have tried refreshing with Ctrl + F5 as well as manually clearing my Firefox cache. This problem has persisted for several months at least. I can load the site in Chromium and it displays as expected.

@Zarel
Copy link
Member

Zarel commented Oct 6, 2021

Sounds like a Firefox bug. All we're doing is a CSS horizontal flip. Does it appear in replays as well?

@davidstone
Copy link
Author

Same issue in replays

@Zarel
Copy link
Member

Zarel commented Oct 7, 2021

Looks like it's a div with background-image and transform: scaleX(-1);.

If you just do that by itself, does Firefox support that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Zarel @davidstone and others