palemoon can't display doodle infos

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
charlie6
New to the forum
New to the forum
Posts: 2
Joined: 2022-01-26, 09:10

palemoon can't display doodle infos

Unread post by charlie6 » 2022-04-15, 05:22

Hi,
here running Palemoon 29.4.6 64 bits.
Palemoon can't display neither even main page of https://doodle.com/ , nor specific meetings datas. Only a white screen is displayed with the label «Doodle» wrotten on the web page thumbnail.
Earlier version of Palemoon were able to use Doodle though.
Thanks in advance for any help.
Best regards.
Charlie.

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: palemoon can't display doodle infos

Unread post by coffeebreak » 2022-04-15, 11:14

The main page does display for me.
But I get a blank page after clicking either "Start free trial": or "Create a doodle".

"Create a doodle" produced both console errors below; "Start free trial" -> invalid regexp group only.

Code: Select all

Error: SyntaxError: invalid regexp group
Source File: https://doodle.com/premium/assets/main/main.bundle.72d907a37510d0261653.js
Line: 51, Column: 150538
Source Code:
h.round(n/255*5),enumerable:!1},hexToRgb:{value:e=>{const t=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(e.toString(16)

Error: SyntaxError: expected expression, got '.'
Source File: https://cdn2.doodle.com/scheduling-experience/organize.206d018efedd5558e978.js
Line: 57, Column: 1024
Source Code:
lementChild.nextElementSibling)),r&&a.appendChild(r),()=>{r?.remove(),a.childElementCount||a.remove()}}var t;return()=>{
The blank page is due to features that Pale Moon does not yet support (new regex parser, optional chaining).

invalid regexp group (forum search)

SyntaxError: expected expression, got '.' (forum search)
optional chaining (forum search)
optional chaining (UXP issues)