DecalGirl frozen buttons

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
duskull
Moongazer
Moongazer
Posts: 10
Joined: 2021-04-08, 11:48

DecalGirl frozen buttons

Post by duskull » 2025-06-19, 00:35

When clicking on the "Skins", "Create" and "Help" buttons on upper center of the webpage, nothing happens. Palemoon 33.7.2 on Linux.

Code: Select all

TypeError: Error resolving module specifier: vendor  
theme.js
SyntaxError: await is a reserved identifier  
www.decalgirl.com:2943:3
TypeError: Unable to fetch https://www.decalgirl.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js - see network log for details.
NetworkError when attempting to fetch resource.  
es-modules-shim.2.4.0.js:1:4490
TypeError: NetworkError when attempting to fetch resource. 
(unknown)
TypeError: Invalid easing 'ease,ease'.  
vendor.min.js:3:18187
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.decalgirl.com’) does not match the recipient window’s origin (‘null’).  
www.decalgirl.com
TypeError: NetworkError when attempting to fetch resource. 
(unknown)
SyntaxError: redeclaration of const trustpilot_trustbox_settings

User avatar
Nigaikaze
Board Warrior
Board Warrior
Posts: 1338
Joined: 2014-02-02, 22:15
Location: Chicagoland

Re: DecalGirl frozen buttons

Post by Nigaikaze » 2025-06-19, 01:12

duskull wrote:
2025-06-19, 00:35

Code: Select all

SyntaxError: await is a reserved identifier  
Most likely UXP issue #2229, top-level await has not been implemented yet.
Nichi nichi kore ko jitsu = Every day is a good day.

User avatar
adoxa
Lunatic
Lunatic
Posts: 440
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: DecalGirl frozen buttons

Post by adoxa » 2025-06-19, 07:37

It makes extensive use of CSS min & max - until they're supported use another browser.

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

Re: DecalGirl frozen buttons

Post by Moonchild » 2025-06-19, 10:32

Unfortunately, Shopify being the biggest shop framework they have started exclusively aiming at Blink compatibility (quantity over quality). They have also shown no interest in being more broadly compatible with alternative browsers when I tried contacting them in the past.
"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
duskull
Moongazer
Moongazer
Posts: 10
Joined: 2021-04-08, 11:48

Re: DecalGirl frozen buttons

Post by duskull » 2025-06-19, 21:46

adoxa wrote:
2025-06-19, 07:37
It makes extensive use of CSS min & max - until they're supported use another browser.
Will do, thank you!
Moonchild wrote:
2025-06-19, 10:32
Unfortunately, Shopify being the biggest shop framework they have started exclusively aiming at Blink compatibility (quantity over quality). They have also shown no interest in being more broadly compatible with alternative browsers when I tried contacting them in the past.
Sad reality, I hope they will consider alternative browsers someday.