Website doesn't render in full

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
rodocop

Website doesn't render in full

Unread post by rodocop » 2018-03-04, 19:07

Hi, Moonchild et al.

Report is about the site http://sportstream365.com/ which doesn't show live streams (and even page blocks for them) in any Goanna.

Tested under Windows 7 x32 with latest PM official // NewMoon // MyPal // Basilisk (official) // K-Meleon with same result:
Image

Also doesn't work in Gecko 45.
Works (tested) in Gecko 51-55 (shot taken from customized Firefox 55):
Image

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

Re: Website doesn't render in full

Unread post by Sajadi » 2018-03-09, 15:36

Class... Needs this ecmascript feature which is currently not supported.

Also, it does work with Basilisk here if i download the latest version and testing it with the page.
Last edited by Sajadi on 2018-03-09, 15:38, edited 2 times in total.

kbhasi

Re: Website doesn't render in full

Unread post by kbhasi » 2018-03-09, 17:47

Sajadi wrote:Needs this ecmascript feature which is currently not supported.
Hmm, I wonder if it also has to do with the fact that Codecademy (mainly its course viewer) is also broken in PM.

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

Re: Website doesn't render in full

Unread post by Sajadi » 2018-03-09, 17:55

kbhasi wrote:Hmm, I wonder if it also has to do with the fact that Codecademy (mainly its course viewer) is also broken in PM.
Just load the page and look for errors in the web console of the developer tools, so you see what is going on ;)

That are the actual issues why recently a lot of pages are breaking:

https://github.com/MoonchildProductions ... ssues/1546
https://github.com/MoonchildProductions ... ssues/1243
https://github.com/MoonchildProductions ... issues/900

Sadly all is almost impossible to implement, otherwise it would have been done already. But, for all who think they can, there is a bounty available ;)

Blame the fact that more and more site creators use that utterly annoying new age ecmascript "standards and drafts" instead of well known, widely supported and actually sane standards ;)

See here, Moonchild's post about the class "standard"

viewtopic.php?f=5&p=136526#p136443
Last edited by Sajadi on 2018-03-09, 18:01, edited 4 times in total.

Locked