-
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 site list #94
Comments
@chmichael, the issues related to each feature should be categorized under the sections #6, #7, and #8, based on their specific breaks. However, if the behavioral issue is unique or different, it would be better to create individual issues for each. Partial darkening has been observed as the most prevalent issue. Most Mozilla domains are protected. For protected sites to be affected, you would need to expressly disable the protection. This can be done by either editing the flag |
I don't think there isn't a issue. Check the screenshot for what i see |
Found it! I have image edition disabled and it causes this |
btw, with Image Edition disabled firefox doesn't show the images in some sites. Seems there is a bug there |
I fixed a lot of things in imageEdition in versions 1.5.58 and 1.5.59. |
Well I wrote "disabled". eg dynu page with image edition disabled is rendered wrong but if i enable image edition the dynu site is displayed correctly! I disable image edition because i don't like to darken the images of the sites. |
This is because this site uses an image as background. |
fixed with ud 1.5.67 |
Wanna say this addon has improved a lot since I tried it months ago. All my everyday websites act really well with keeping the Image edition off. Looking forward for more improvements, like a button to show if the website is already excluded or not. |
@rr1231234 indeed! I guess in a couple months it will be better than "dark reader". They just need a better GUI to attract more people in my opinion. |
Waterfox G6.0.20 64-bit (Firefox ESR 115 core) on Windows 10 Home 22H2: Google Sheets malfunctions in the spreadsheet itself, though the exterior is correctly darkened. Wow, it goes totally bonkers on https://old.reddit.com/r/electricvehicles/ and probably many other subreddits. |
@KeronCyst There are some artifacts and bugs relating to UltimaDark on older versions of Firefox ESR (For example Floorp had significantly more flashing along with some elements being generated by different JS libraries failing to load properly before they upgraded to ESR 128 core.) UltimaDark is listed as compatible because it does run, though at the moment I would not consider anything under 128 to be a "first class" experience using the latest versions of UltimaDark. Also could you please include the version of the extension with this issue by editing your original comment? I did a spot check with 1.5.62 under Floorp (ESR 115 core) and the subreddit you linked to appears to work fine aside from reddit's banner not being properly recolored (the subreddit banner remains unaffected and displays correctly.) I just checked with 1.5.70 and confirmed your issue. It appears to have been introduced by 1.5.63 and worsened? by 1.5.70 |
text not readable, white BG: UD 1.5.77 |
Are you sure everything is enabled? It appears to be working correctly for me. (Tested on 1.5.62 and 1.5.77) |
i keep image edition disabled, but i just tested again with it enabled and the result is the same - a nearly all white page, text is completely white - also tested with cache and workers enabled/disabled - did a hard refresh between all tests result is the same for the edge.tx site |
tested the edgetx site again with a completely fresh profile and a default install of UD - result is the same; white page |
That's so weird - I tested on versions of Floorp with ESR 115 and 128 core (on 2 different systems) and both have 0 issues. What version of Firefox is it? 132b2 has weird rendering issues without UltimaDark enabled so I'm not testing with it. |
oh, wait a minute - just thought of something - i'm using a policies.json file - let me test without it |
...nope - same thing |
Otherwise perhaps the issue is related to Firefox 131 then since I believe that is when I started seeing rendering issues. Also it looks like maybe you are on Linux? I haven't tested on anything other than Windows 10 since 1.5.45 since I assumed there shouldn't be compatibility differences but perhaps it has some sort of compositor conflict? |
Linux, yes - i don't have a windows box to test if you can't reproduce, i'd say don't worry about it - we'll see if this changes down the road |
here's another one - all text and images in the main body of the page are not visible: FF 131.0.3 |
https://docs.axon-robotics.com/axon-servos/axon-max+Issue Reproduction and AnalysisI can reproduce this issue very easily and understand precisely why it occurs. It's a straightforward fix and can be resolved quickly. Recent Discoveries and ImprovementsWhile addressing this specific issue, I've made significant advancements in darkening techniques. These discoveries led me to recode substantial and core sections of UltimaDark. The updated structure is designed to enhance accessibility for other developers, without compromising quality. Potential ImpactGiven the scope of these changes, there may be some minor, easily resolvable regressions on certain websites. However, these will be addressed. Resolution of this specific issueThis issue will be resolved soon in one of the upcoming releases that implies the new ultimaDark architecture and core. |
|
Fixed some regressions in 1.6.1 yet to be released:
|
I found a solution by adding document.querySelector('[name="formsearch"]').elements So I can fix it by adding this in function for (let i = 0; i < parsedDocument.forms.length; i++) {
let form = parsedDocument.forms[i];
if (!form.id)
form.id = "_Form"+i;
for(let e of form.elements)
e.setAttribute("form", form.id);
} |
ImageEdition related issues:
(1.5.77)
Resolved:
(Results on 1.5.65)
The text was updated successfully, but these errors were encountered: