-
Notifications
You must be signed in to change notification settings - Fork 80
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
If a large media element originates from css, you cannot click the element to fetch the image. #1670
Comments
I don't believe this can be fixed, or if it can be fixed somehow, I suspect it would take a huge amount of work, so closing as wontfix. This has to be accepted as a limitation of the feature. |
I have a similar problem with Tumblr ( An easy workaround (on Firefox Android) is to hold (right-click equivalent) the element, then "Open image in new tab" |
@Rudxain Can you give exact link? No content is being able to load when I use |
Can someone please mention this issue in the Wiki? |
The issue is that the |
Related feedback: uBlockOrigin/uBlock-issues#1670 (comment) The issue affected images supporting `srcset` attribute without the presence of `src` attribute. This commit takes add fallback onto `srcset` attribute when the `src` attribute is not present.
Prerequisites
I tried to reproduce the issue when...
Description
If the large media element is in a style attribute (e.g. style="background-image: url(https://...)" ) and the image is blocked, clicking on the image placeholder will not cause the image to be reloaded.
A specific URL where the issue occurs
https://www.spreadprivacy.com/one-click-preference-menu/
Steps to Reproduce
https://www.spreadprivacy.com/one-click-preference-menu/
Expected behavior
I would expect the image placeholder to have a dotted red border around it and that when I click on it, it would fetch the image and display it.
Actual behavior
The image placeholder was not recognized by uBlock and so I could not interactively reload the image by clicking on the placeholder.
uBlock Origin version
v1.36.2
Browser name and version
Brave: Version 1.27.108 Chromium: 92.0.4515.107 (Official Build) (64-bit)
Operating System and version
Windows 10. Version: 21H1
The text was updated successfully, but these errors were encountered: