-
andr01d
It seems that just recently more github pages wouldn't display in SeaMonkey 2.53.14, even with github and githubassests allowing javascript. What is the lacked feature that prevents github from rendering?
-
andr01d
I have been browsing github with all js and cookies disabled. Not all pages worked, but most of it did.
-
andr01d
-
ewong
github is a pain.. would work sometimes... other times(most often than not) fails to load things. ;/
-
tomman
GiggityHub keeps changing stuff every single month, sometimes even several times a month
-
tomman
gotta use those latest shiny features (brought by Google, naturally!) ASAP :/
-
njsg
andr01d: until months ago, you could browse and read files, until recently you could read the top-level README and see the top-level directory, and see commits. Now you can't even do that. for some reason, github can't deliver static content over HTTP, I wonder how did the web survive when javascript didn't exist
-
Zart
github on SM has been unusable for a long time already 8\
-
Zart
polyfills helped, but with forced 2FA it's now impossible to even browse it
-
njsg
well, there are at least two different ways of interaction: scripting and no scripting
-
njsg
it's rare for me to browse github with javascript enabled, so my experience is mostly focused in how it reacts to no scripting available
-
hardys
WG9s: fyi, your server is down
-
WG9s
must have been some internet routing issue my server has been up all along and works find from here. also verizon did not rewubnet me such that my DNS is incorrect.
-
frg_Away
WG9s works for me
-
Px_x64
Hi, is creating/editing bugs in Mozilla Bugzilla on 2.53.18 broken for everyone? Last time I was doing this more than a month ago, and it was ok. Currently I'm getting garbled UI in Categories/Tracking sections with all text instead of selection menus. In console I see an error for
-
Px_x64
SyntaxError: bad method definition
-
Px_x64
select.js:15:9
-
Px_x64
bugzilla.mozilla.org/static/v20240110.1/js/components/select.js - the file itself. According to the date in URL, updated 2 days ago.
-
tomman
that looks like Custom Components, but the "bad method definition" is this:
-
tomman
static formAssociated = true;
-
tomman
a static member declaration on a class
-
tomman
however that one is weird
-
tomman
-
tomman
class foo {static moo = true; }
-
tomman
also gives a "bad method definition" error
-
tomman
looks like that qualifier is unsupported here?
-
tomman
yet MDN says that such feature dates back all the way to... FF45
-
tomman
yep, static properties are not supported, static methods do work
-
tomman
static initializers (class poo {static {console.log("poo!");} }) also do not work
-
frg_Away
on the plus side much slower and cumbersome on a supported browser too so good job again.
-
njsg
sigh, they replaced the select with a "custom element" so that it'd have "easier data input"
-
njsg
so, no fallback? and also, I wonder if this shouldn't be something for the browser to implement