magic.wizards.com - no content displayed

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
meatloaf
Moongazer
Moongazer
Posts: 13
Joined: 2019-10-08, 18:29

magic.wizards.com - no content displayed

Post by meatloaf » 2025-06-20, 21:46

No text is displayed on https://magic.wizards.com, or any of the other pages on the site.
Admittedly it's been like this for some time: a year or more. Somehow they managed to make a website that is mostly text articles not work. Another example:
https://magic.wizards.com/en/news/magic-story/edge-of-eternities-episode-1
Thank you for your time.


Console:

Code: Select all

🚀 Page Payload Updated  
86.517df4fe1334e59f1b8c.js:1:169228
setInWindow: gtmConsentListeners success:  true

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37775
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: magic.wizards.com - no content displayed

Post by Moonchild » 2025-06-20, 21:55

It's because the entire body for no real apparent reason (other than not making it work on some browsers? I mean, it makes zero sense to specify this on page-filling content...) has clip-path: content-box CSS specified, which results in the entire website content being "clipped out".

Code: Select all

.css-wvKZk {
    -webkit-clip-path: content-box;
    clip-path: content-box;
    margin: 0 auto;
    max-width: var(--max-site-width);
}
Our behaviour differs from mainstream. We have an open issue for this to support a non-path clip-path (i.e. just a geometry box) in Issue #2757 (UXP).
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
meatloaf
Moongazer
Moongazer
Posts: 13
Joined: 2019-10-08, 18:29

Re: magic.wizards.com - no content displayed

Post by meatloaf » 2025-06-21, 01:13

Thanks for the rundown, Moonchild, it is appreciated.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37775
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: magic.wizards.com - no content displayed

Post by Moonchild » 2025-07-08, 07:00

This will be fixed in 33.9.0
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite