Page 1 of 1

Palemoon doesn't work on a webpage

Posted: 2021-04-03, 19:22
by JujuLand
Palemoon 29.1.1 Linux doesn't work correctly on this page :

https://eau.vote/voter/

Javascript ?

Thanks
A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-03, 22:49
by vannilla
What doesn't work, exactly?
I can display the page just fine, for example.
Not knowing french, though, I didn't interact with it, especially since it appears to be a site to vote for something and I don't want to vote for something I don't know anything about.

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-04, 01:15
by billmcct
Not a vote.

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-04, 07:33
by Moonchild

Code: Select all

09:32:40.922 SyntaxError: import declarations may only appear at top level of a module 1 frontend.min.js:2:61612

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-04, 07:41
by Moonraker
vannilla wrote:
2021-04-03, 22:49
What doesn't work, exactly?
I can display the page just fine, for example.
Not knowing french, though, I didn't interact with it, especially since it appears to be a site to vote for something and I don't want to vote for something I don't know anything about.
identity page displays just fine but i couldn't proceed to the next page.

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-05, 12:32
by JujuLand
Yes, that's the problem ...
Choosing 'Je suis inscrit.e', don't allow to continue

It works correctly with Firefox 87.0

Thanks
A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-09, 14:37
by JujuLand
HI,
Palemoon failed on opening a popup for the birthday, and if I enter a date manually, the button 'Continuer' doesn't work

A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-04-18, 14:32
by JujuLand
Now, the votation is closed, but there are other problems:
  • Clicking on 'Tableau des résultats détraillés'
or
  • clicking on 'Vérifier mon vote'
don't work.

They display the actual page !!!

So, I think again it's a javascript problem with palemoon ... as it works with Firefox

Thanks
A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 11:35
by wickedsp1d3r
The similar error occurs also on this page and the page is heavily broken.
https://ylilauta.org/

Code: Select all

SyntaxError: import declarations may only appear at top level of a module

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 12:06
by Moonchild
Well, the problem is clear.

Import declarations may only appear at top level of a module.
The webmaster can fix this.

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 13:18
by JujuLand
Humm,

I don't think it's the same problem as wickedsp1d3r told, as I haven't any error or warning when launching palemoon from a terminal ...

Was the answer for me also ?

A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 15:41
by opus_27
JujuLand wrote:
2021-05-02, 13:18
I don't think it's the same problem as wickedsp1d3r told, as I haven't any error or warning when launching palemoon from a terminal ...

Was the answer for me also ?
Most likely yes, since Moonchild detected the same error early on: see his first post in this thread (the third after your original post). It's not ordinarily the LInux terminal where you'd look for the error, but the Pale Moon Error Console or Web Console.

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 16:14
by JujuLand
ok, thanks for the answer.

I didn't know how to find errors.
But it doesn't explain why firefox works ...

A+

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 16:28
by FranklinDM
wickedsp1d3r wrote:
2021-05-02, 11:35
The similar error occurs also on this page and the page is heavily broken.
https://ylilauta.org/

Code: Select all

SyntaxError: import declarations may only appear at top level of a module
Likely Issue #1691 (UXP). The offending code isn't minified and the surrounding code of yboard.js:108:4 is:

Code: Select all

// Board page (posts/threads)
if (document.querySelector('.board, .post, .thread')) {
    import('./Module/Board.js').then((module) => {
        new module.Board();
    }).catch(moduleLoadError);
}

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 16:41
by opus_27
JujuLand wrote:
2021-05-02, 16:14
ok, thanks for the answer.

I didn't know how to find errors.
But it doesn't explain why firefox works ...
Two possibilities:
  1. Firefox overlooks the error, or
  2. Firefox receives a different version of the code, in which the error does not occur
Also, if/when Issue #1691, noted by FranklinDM, is resolved, Pale Moon may work as desired.

Re: Palemoon doesn't work on a webpage

Posted: 2021-05-02, 20:26
by Moonchild
opus_27 wrote:
2021-05-02, 16:41
Also, if/when Issue #1691, noted by FranklinDM, is resolved, Pale Moon may work as desired.
I'm hoping this will be a when, not an if, and that people will actually help out getting these outstanding issues resolved. While Pale Moon may be my browser, this is platform stuff that benefits all users of it (including all alternatives, forks and other applications) and I can't possibly do everything myself, which it has come down to again in the past few months. Development of a community project needs community involvement.