Telegraph Puzzles site
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please try and include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please try and include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Telegraph Puzzles site
https://www.telegraph.co.uk/puzzles/
Displays a blank page. Although a Telegraph subscription is needed to access the puzzles you should see the problem without.
Thanks for the new release, a great improvement in compatibility indeed.
Displays a blank page. Although a Telegraph subscription is needed to access the puzzles you should see the problem without.
Thanks for the new release, a great improvement in compatibility indeed.
Re: Telegraph Puzzles site
Can confirm. So... we should compare notes 
I tried disabling IDCAC and ABL clearing the various cookies but it stays blank even if satisfying its cookie policy by hand.
Web console complains about Firebase internal errors.

I tried disabling IDCAC and ABL clearing the various cookies but it stays blank even if satisfying its cookie policy by hand.
Web console complains about Firebase internal errors.
"The best revenge is to not be like the person who wronged you." -- Marcus Aurelius
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
Re: Telegraph Puzzles site
I did test with a fresh profile (like I do most of the time when testing something).
Win7/Pale Moon 32.1.0 x64
Win7/Pale Moon 32.1.0 x64
- FranklinDM
- Add-ons Team
- Posts: 521
- Joined: 2017-01-14, 02:40
- Location: Philippines
- Contact:
Re: Telegraph Puzzles site
This site uses the ::part() pseudo-element, which we don't support yet. Implementing this will require plumbing similar to Issue #1592 (UXP).
To make these errors show up in the browser console, make sure that the layout.css.report_errors pref is set to true.
Code: Select all
Unknown pseudo-class or pseudo-element ‘part(’. Ruleset ignored due to bad selector.
puzzleUser.40031aab.css:1:146188
Unknown pseudo-class or pseudo-element ‘part(’. Ruleset ignored due to bad selector.
puzzleUser.40031aab.css:1:146248
Unknown pseudo-class or pseudo-element ‘part(’. Ruleset ignored due to bad selector.
puzzleUser.40031aab.css:1:146401
Re: Telegraph Puzzles site
So why does it work for gepus then? We should literally not be able to display it.
"The best revenge is to not be like the person who wronged you." -- Marcus Aurelius
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
Re: Telegraph Puzzles site
Thanks all, and strange that it works for gepus.
The Telegraph have an old puzzles site, https://puzzles.telegraph.co.uk, which works fine, but recently they introduced their new fancy site which seems to be a backward step.
The Telegraph have an old puzzles site, https://puzzles.telegraph.co.uk, which works fine, but recently they introduced their new fancy site which seems to be a backward step.
Re: Telegraph Puzzles site
Weird that so far I'm the only one for whom the site displays.
The only difference for my portable Pale Moon I can think of is that it is configured for permanent private browsing mode.
The only difference for my portable Pale Moon I can think of is that it is configured for permanent private browsing mode.
Re: Telegraph Puzzles site
Yes it works in a private browsing window just fine. Richt-click the link and "open in new private window" and tada the site loads.
"The best revenge is to not be like the person who wronged you." -- Marcus Aurelius
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
- FranklinDM
- Add-ons Team
- Posts: 521
- Joined: 2017-01-14, 02:40
- Location: Philippines
- Contact:
Re: Telegraph Puzzles site
Yeah, it works in private browsing mode (my initial suspicion was incorrect, sorry). From what I can tell, this might be a potential indexed DB issue? When opening the page regularly, there's this error:
There's an unminified version available, which more or less matches this line. The site works in private browsing mode because indexed DB is unavailable and the code dealing with indexed DB is skipped.
Code: Select all
TypeError: this._heartbeatsCache.heartbeats is undefined[Learn More] puzzleUser.cab7f3eb.js:406:490
Re: Telegraph Puzzles site
But when in a private window if fails with same blank page when you log in.
- FranklinDM
- Add-ons Team
- Posts: 521
- Joined: 2017-01-14, 02:40
- Location: Philippines
- Contact:
Re: Telegraph Puzzles site
FWIW my best guess is it's bug #1193394 (however, the site works in the last nightly without it...), but most likely, it's some change that occurred between Firefox 59 and Firefox 60.