-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken in Firefox 126.0 #85
Comments
Hello, Do you have an example feed where the problem occurs? I'm using both firefox 126.0 and 127.0b2 and I don't have this issue. thanks |
It's strange, it seems to load a new feed successfully, or partly successfully, but then fails when I press F5. I've tested with the links from https://www.bbc.co.uk/news/10628494. |
When it fails it says:
|
thanks for the info I can't reproduce the issue on any of the bbc feeds can you maybe try to uninstall and reinstall the addon? I also pushed a tiny update (v3.32.1) based on the error message you posted that may help |
I'm afraid uninstalling and reinstalling the addon hasn't fixed it. I'm still seeing the first error (TypeError: feed_desc is null) and now also this one:
|
hm, i'm stumped to be honest, I can't reproduce it anywhere (maybe some other users will manifest themselves if it's really a problem with the new firefox version) can you maybe post a screenshot of what the page actually looks like when the error occurs? (and the exact feed url?) sorry for the vague answers, it's hard to debug without reproducing (also maybe go to the web inspector, right click on the root element, and so copy > outer html and post it?) thanks |
|
Got it, it's caused by NoScript. I started a new profile and installed just RSSpreview and it worked fine. Installed NoScript and the problem appeared, even when the domain is marked as trusted. |
ah well spotted! thank you for debugging I don't use noscript so I don't know it very well, I'll try to install it and check if there are incompatibilities with rsspreview the thing that seems blocked in your issue is the xslt transformation of the xml into an html document, maybe this can be whitelisted in noscript (or maybe the extension can be whitelisted i don't know, i'll try to check) |
I've also reported https://bugzilla.mozilla.org/show_bug.cgi?id=1899786. |
For now it is possible to work around the problem by setting the Firefox preference |
Yes, I also noticed this error and reported it as well. |
Decompressing Off MainThread shouldn't change anything, except it will change timings and perhaps orders of when things occur, since decompression is no longer synchronous. From a Web Standards perspective, this shouldn't matter at all. |
The preference to set to work around this has been renamed in Firefox 128 to |
Since updating to Firefox 126.0 only the first item in the feed is visible.
The text was updated successfully, but these errors were encountered: