webpage won't load in pale moon

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
impetus_maximus
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2018-01-30, 15:10

webpage won't load in pale moon

Unread post by impetus_maximus » 2018-01-30, 15:14

i suspect the page is the problem not pale moon.
would just like confirmation, and if possible the cause so i could tell the owner how to fix it.

page in question is
https://www.factorio.com/store

[edit] i did try the stickie fixes.
Last edited by impetus_maximus on 2018-01-30, 16:05, edited 1 time in total.

tenseys
Lunatic
Lunatic
Posts: 484
Joined: 2015-09-15, 09:09
Location: NYC

Re: webpage won't load in pale moon

Unread post by tenseys » 2018-01-30, 16:22

It doesn't load for me either with new profile. Works in FF.
Last edited by tenseys on 2018-01-30, 16:28, edited 2 times in total.
I'm using Pale Moon version 28.1.0 (64-bit) on Windows 10 Home 64-bit.

User avatar
jars_
Lunatic
Lunatic
Posts: 397
Joined: 2016-12-27, 00:12

Re: webpage won't load in pale moon

Unread post by jars_ » 2018-01-30, 16:32

Code: Select all

javascript.options.strict = true
the same as here
Last edited by jars_ on 2018-01-30, 16:35, edited 1 time in total.

User avatar
impetus_maximus
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2018-01-30, 15:10

Re: webpage won't load in pale moon

Unread post by impetus_maximus » 2018-01-30, 16:52

jars_ wrote:

Code: Select all

javascript.options.strict = true
the same as here
ok, setting this to true in about:config, the page still doesn't load.
what does the site owner have to do to make this compatible with Pale Moon?

thank you

User avatar
jars_
Lunatic
Lunatic
Posts: 397
Joined: 2016-12-27, 00:12

Re: webpage won't load in pale moon

Unread post by jars_ » 2018-01-30, 17:10

At me works ...
Image
maybe need to clean cache & cookies.
Last edited by jars_ on 2018-01-30, 17:11, edited 1 time in total.

tenseys
Lunatic
Lunatic
Posts: 484
Joined: 2015-09-15, 09:09
Location: NYC

Re: webpage won't load in pale moon

Unread post by tenseys » 2018-01-30, 17:25

jars_ wrote:At me works ...
Image
maybe need to clean cache & cookies.
I believe it is supposed to look like this:
Capture.PNG
I'm using Pale Moon version 28.1.0 (64-bit) on Windows 10 Home 64-bit.

User avatar
impetus_maximus
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2018-01-30, 15:10

Re: webpage won't load in pale moon

Unread post by impetus_maximus » 2018-01-30, 17:35

tenseys wrote:
jars_ wrote:At me works ...
Image
maybe need to clean cache & cookies.
I believe it is supposed to look like this:

Capture.PNG
correct. i should have been more clear on that.'
thank you. :thumbup:

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: webpage won't load in pale moon

Unread post by Sajadi » 2018-01-30, 17:36

impetus_maximus wrote:i suspect the page is the problem not pale moon.
would just like confirmation, and if possible the cause so i could tell the owner how to fix it.

page in question is
https://www.factorio.com/store

[edit] i did try the stickie fixes.
Solution: about:config

dom.fetch.enabled - double click for true

But a warning - look here: https://github.com/MoonchildProductions ... ssues/1385

It can work, but there is no guarantee that this function works - Fetch API needs fixes to really work properly.
Last edited by Sajadi on 2018-01-30, 17:40, edited 4 times in total.

User avatar
jars_
Lunatic
Lunatic
Posts: 397
Joined: 2016-12-27, 00:12

Re: webpage won't load in pale moon

Unread post by jars_ » 2018-01-30, 17:40

Hmm.. I tested in IE11 :( IE 11 also, does not work with this site. But the problem is the same, in the "use strict" mode.
Image
need to wait, that gurus will tell us.

User avatar
impetus_maximus
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2018-01-30, 15:10

Re: webpage won't load in pale moon

Unread post by impetus_maximus » 2018-01-30, 17:44

Sajadi wrote: Solution: about:config

dom.fetch.enabled - double click for true

But a warning - look here: https://github.com/MoonchildProductions ... ssues/1385

It can work, but there is no guarantee that this function works - Fetch API needs fixes to really work properly.
that made the page load. is there a way to fix it on the site owner end?

many thanks!

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: webpage won't load in pale moon

Unread post by Sajadi » 2018-01-30, 17:45

impetus_maximus wrote:that made the page load. is there a way to fix it on the site owner end? many thanks!
It would be no problem if the Fetch API would be activated - but as written, it still needs some repair, but so far no one with the necessary knowledge or time has solved it.

tenseys
Lunatic
Lunatic
Posts: 484
Joined: 2015-09-15, 09:09
Location: NYC

Re: webpage won't load in pale moon

Unread post by tenseys » 2018-01-30, 17:47

jars_ wrote:Hmm.. I tested in IE11 :( IE 11 also, does not work with this site. But the problem is the same, in the "use strict" mode.
Image
need to wait, that gurus will tell us.
Yeah IE11 displays it the way PM does. Edge, FF58, Basilisk and Chrome show it the correct way.
Last edited by tenseys on 2018-01-30, 17:59, edited 6 times in total.
I'm using Pale Moon version 28.1.0 (64-bit) on Windows 10 Home 64-bit.

User avatar
impetus_maximus
Hobby Astronomer
Hobby Astronomer
Posts: 24
Joined: 2018-01-30, 15:10

Re: webpage won't load in pale moon

Unread post by impetus_maximus » 2018-01-30, 18:22

Sajadi wrote: It would be no problem if the Fetch API would be activated - but as written, it still needs some repair, but so far no one with the necessary knowledge or time has solved it.
right on. i've let the site owners know about the issue. hopefully they can work around this issue.

thanks again. :thumbup:

Goodydino
Keeps coming back
Keeps coming back
Posts: 815
Joined: 2017-10-10, 21:20

Re: webpage won't load in pale moon

Unread post by Goodydino » 2018-01-30, 22:50

The store page does not have much in it, but the other pages do.

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: webpage won't load in pale moon

Unread post by badnick » 2018-01-31, 15:55

This link work for me.
Windows 10 pro /64 (version 1809)
PM last/64

Locked