-
tomman
uh-oh, the Github polyfills broke again :/
-
tomman
TypeError: this.attachShadow is not a function
-
tomman
time to check JustOff's repo to see if he is aware of the latest load of Chromeisms™
-
tomman
(accidentally forked a repo, now I can't delete because "Sorry, something went wrong" when trying to access the user menu)
-
tomman
-
tomman
> GitHub is broken because of using ECMAScript2020/2021 features
-
tomman
OOOOOH SHINY!!! MUST USE!!!
-
tomman
nope, the updated addon doesn't help
-
tomman
-
JamminUnit
I find this use "Brave-based browsers or die" attitude very discriminating...
-
JamminUnit
tomman: even latest 1.2.11 polyfill doesn't work?
-
tomman
JamminUnit: just updated to it, doesn't work for me
-
JamminUnit
Oh, right. I cannot even open my user-menu anymore...
-
tomman
yay Chrome
-
tomman
-
tomman
that was fast!
-
tomman
...or not, the user menu no longer shows "Something happened", instead it shows... nothing
-
tomman
at least the repository menus now work (and irritatingly enough, there is no option to delete repo there)
-
Vjalmr
Hey all, just started using SeaMonkey and I am really enjoying it. I am having some troubles though, that I can't seem to find the answers to regarding mail. Every time I attempt to send an E-Mail, nothing happens. The same when I attempt to reply to an E-Mail, there is no quote and no 'to' address either. Has anybody else run into this?
-
njsg
which version? what did you configure in Mail&News so far? (accounts, smtp servers?)
-
njsg
if everything is configured, it's probably worth checking if there's any new error message in the browser console when you try to reply
-
Vjalmr
Started with the 2.53.10.2, then updated to the 2.53.11 Beta 1, with same results. IMAP and SMTP server is set up.
-
njsg
(that is, opening the browser console (for this one you might need to use the browser window, it's in Tools->Web development), then doing the reply action and see if there is any new content in that console)
-
Vjalmr
Timestamp: 17/02/2022, 17:35:52 CET
-
Vjalmr
Error: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIEditorStyleSheets.addOverrideStyleSheet]
-
Vjalmr
Source File: chrome://messenger/content/messengercompose/MsgComposeCommands.js
-
Vjalmr
Line: 1594
-
Vjalmr
Sorry about that, I could deduce that the theme I am using is causing this.
-
Vjalmr
Changing to the default theme solved the problem... Sadly, not what I was hoping for.
-
njsg
builtin theme or a third-party one?
-
Vjalmr
Third party. Orthodox
-
tomman
I should be already running the .11b1 beta
-
tomman
maybe the GiggityHub user menu bug with JustOff's addon is version-specific? A/B testing, missing polyfill feature, etc....
-
tomman
-
tomman
a single menu breaks with the polyfill update, but only in SeaMonkey
-
tomman
FWIW, I just tested on .11b1, no change
-
WG9s_
tomman: besides perhaps runing that there are also patches in my 12b1pre builds that will be in 2.53.11 release if users who test say they work to fix something and don't cause any other issues. so if an issue een in te beta, if it is fixed in 2.53.12b1b1pre, that is useful information.
-
tomman
also, GitHub in general is becoming more and more unusable with each "shiny tech" platform update :/
-
tomman
do those folks at GH/MS even dogfood their own crap!?
-
WG9s_
I am working hard to get my builds to be more useful. If you get them form the link to latest-253 link form the page referenced here they are onl posted there if all 7 builds are at least successful
-
tomman
WG9s_: worth a shot, I'll check out those now.
-
WG9s_
so that means all 5 platforms and 2 extra because windows installer and windows zip
-
tomman
thankfully I'm now testing on my spare laptop where I can blow up my profile at will~
-
WG9s_
not saying you shoud try use ing them as default browser but doing a side by size installation to see if they fix your issue.
-
WG9s_
the production resources we have are kind of limited so uisng mh server to build some things with a test patch for a soingle issue
-
WG9s_
rahter than doing a beta 2 build
-
WG9s_
but some of what is posted on my server do not even build on all platforms so the ones on the link in the topic at least have successful builds on all platforms
-
tomman
and this is why I have extra metal, solely for testing
-
tomman
thankfully I won't be messing with my daily driver, but I'm not afraid of testing on a separate setup which basically mirrors my main one (except for hardware specs)
-
tomman
In other news, I can't follow the logic of this web design "paradigm":
-
tomman
have a page with a bunch of static elements, including a menu
-
WG9s_
So the ones i would test if you go to the link in topic and them click on comm-253-latest and that will get you to the latest version with no build issues on any platform.
-
tomman
but... don't build the menu on the actual HTML
-
tomman
instead request the menu over AJAX on load time
-
tomman
a STATIC menu that won't change for any logged in user
-
tomman
WHY
-
WG9s_
ah so trying something we just might not support yet
-
tomman
JustOff's polyfill is supposed to include the relevant junk to please GH, and indeed everything seems to work fine for Pale Moon users, but not on SeaMonkey
-
tomman
so telling if it is a browser bug, or just a polyfill flaw becomes tough
-
WG9s_
tomman you have t understand, our initial codebase is from June of 2017. THis that did not work then might be a rech to get to work now.
-
WG9s_
tomman you have t understand, our initial codebase is from June of 2017. Things that did not work then might be a reach to get to work now.
-
tomman
WG9s_ this specific GH breakage (user menu) is new
-
tomman
it started happening today because they went all in with shadowRoot
-
WG9s_
Oh well then pardon my interuption! (apologies to Larry David)
-
tomman
...no luck either with 2.53.12b1pre either :/
-
tomman
the menu still comes up blank even with the polyfills
-
njsg
was this showing some error in the page console?
-
njsg
or wait, the cause was already identified? I haven't checked the github issue yet
-
tomman
-
tomman
also, GiggityHub's had already booted off all non-ECMAScript 2020 browsers starting today
-
tomman
In any case, JustOff's addon update addresses almost all of the stuff, except for the user menu
-
tomman
but only on SeaMonkey
-
tomman
previous to the latest update, the error we were getting was "this.attachShadow is not a function" because of obvious reasons
-
tomman
(and it broke a bunch of stuff, including dropdown menus, the editor, and more)
-
njsg
even the github frontpage is being quite heavy and slow here
-
tomman
--GitHub, not the addon
-
tomman
well, with the latest addon update, GH more or less works, but some parts are indeed slooooooooooow
-
njsg
I'd guess the problem to be with the front page animation, but it might be something else.
-
tomman
"We design GitHub to support the latest web browsers."
-
tomman
reminds me of a comment I read earlier this morning on HN
-
frg_Away
Some stuff is already in 2.53.11b1 and more in 2.53.12b1 pre so this might be the problem. Still not working without stylo and a bunch of other stuff of course. I am using Credge for the junk gitlab and github pages. As long as command line git works I don't care much. They won't get a dime from me and can "enhance" till they are turning blue for all I care. When they want to charge me one...
-
frg_Away
...day for nonexisting services I am out.
-
seninha
The child_process.exec(...) statement on an add-on runs nothing. Is it blocked on SeaMonkey?
-
seninha
I'm trying to debug an add-on. It simply does not call any command.
-
Vjalmr
Sorry for the constant disconnects, but I managed to fix my problem. the messageQuotes.css was/is missing from the Orthodox theme. I downloaded the one used from XPFE-Classic and added it to the archive under the messenger directory, and it works.
-
tomman
-
tomman
"tech is already bloated, why bother using anything that isn't the latest shiny?!"
-
tomman
"Why continue to develop the older API while a new one is already underway?"
-
tomman
why bother buying a computer if someone is coming up with a new computer tomorrow?
-
njsg
why bother going to school?
-
njsg
(now that's probably a way to start an interesting thread in HN, and I wonder if somebody did it already)
-
» njsg opens link
-
frg_Away
why bother the enhance a "standard" when you can define a new one.
-
tomman
oh wow, GitLab also shat the pants on SeaMonkey, again :/
-
tomman
"SyntaxError: invalid regexp group"
-
gry
what did they do ?
-
tomman
don't wanna know...
-
tomman
even with JustOff's addon, the whole site broke again
-
tomman
it's like I have never installed the addon
-
tomman
which means the GitLab assumes I'm using Chrome™
-
tomman
the stupid regex of the day: /^(?<indent>\s*)(?<leader>((?<isOl>[*+-])|(?<isUl>\d+\.))( \[([x ])\])?\s)(?<content>.)?/
-
tomman
named capture groups :/
-
tomman
must be a miserable Thursday for JustOff, as I'm about to report this one too...
-
tomman
we all should move back to SourceForge
-
tomman
-
frg_Away
tomman Need to get into the regexp issue. Fixed for Waterfox but wanted to do other things first.
-
buc
GitHub user menu (top-right corner after login) works with github-wc-polyfill 1.2.12, but with seamonkey <= 2.53.9.1
-
buc
Since seamonkey >= 2.53.10, the user menu is broken again (with the same version of the addon, ie. the latest 1.2.12).
-
buc
Any ideas?
-
GrannyGoose
report the bug to M$ since they own github
-
buc
I would like first to ask people, who should know what was changed between 2.53.9.1 and 2.53.10 :)
-
buc
And it could be fine if anybody can confirm this too.
-
frg_Away
buc too much to pin it down.
-
buc
frg: Maybe some nightly builds saved?..
-
IanN_Away
-
buc
Anyway, is it at least reproducible? (ie. 2.53.9.1 OK, 2.53.10 not)?
-
buc
Afaik not for CentOS-7 :(
-
frg_Away
2.53.12 now has basically all 57 patches minus a few bad ones for feature removals and bad taste applied. 2.53.10 was well into it already.
-
frg_Away
-
buc
It should be something under "js/src" I believe. Before I start to track -- does anybody pls comfirm the issue?
-
buc
(I mean check it under 2.53.9.1 and 2.53.10)
-
frg_Away
buc modules/parser and the legacy generator/version removals from content (which probably broke add-ons too) are the biggest changes there I think.
-
frg_Away
I can check but don't have an account. From the issue seems to be only a problem when logged in?
-
frg_Away
Talk of bad code:
-
frg_Away
Warning: Expected a percentage but found ‘calc(’. Error in parsing value for ‘border-color’ after substituting variables. Generated value was ‘hsla(353, calc(66 * 1%), calc((53 - 25) * 1%), max(0, min(calc(( calc( ((215 * 0.2126) + (58 * 0.7152) + (74 * 0.0722)) / 255 ) - 0.96) * 100), 1)))’. Falling back to ‘initial’.
-
frg_Away
-
tomman
Just a warning: if you're using github-wc-polyfill adddon 1.2.12, expect MASSIVE SLOWDOWNS on GH
-
tomman
1.2.11 doesn't have them, but it's also kinda useless due to the site breakages
-
buc
frg: "Expected a percentage but found ‘calc(’." -- it is with 2.53.9.1 (which works) too.
-
buc
tomman: Can you reproduce the 2.53.9.1 vs. 2.53.10 difference on 1.2.12?
-
tomman
buc: will test that
-
frg_Away
buc was just a warning. This calc syntax is not implemented.
-
frg_Away
But what idiot uses such complex calculations in css for forking colors?
-
frg_Away
If anyone can pinpoint it to a date range with the available nightlies from WG9s I can check the patch queue.
-
buc
tomman: There is only one commit for github-wc-polyfill-1.2.12 -- maybe indent the code (as usual :) ) and try to bisect something.