-
Notifications
You must be signed in to change notification settings - Fork 81
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
Element picker normalize style attrib #551
Comments
uBO adds A possible solution is for the picker to use a randomly generated attribute for preview purpose and avoid messing with the original |
Picker preview on/off changes style attribute on previewed element from |
Also I can use slower |
Related issue: - uBlockOrigin/uBlock-issues#551 The issue fixes previewing the hiding/unhiding of targeted elements in the element picker. However it does not address the case of previewing `:style(...)` operators -- this would require a much more complex fix, which I am not sure is worth the amount of work and increased code complexity.
Prerequisites
Description
uBO change system colors on site form:
style="background:#1e2a4b;"
to:
with preview mode.
A specific URL where the issue occurs
http://www.siemianowice.pl/
Steps to Reproduce
Open site
www.siemianowice.pl
try block top dark blue banner by:
##div[style^="background:#1e2a4b;"]
activate and deactivate preview mode
close element picker
again try block banner by:
##div[style^="background:#1e2a4b;"]
filter no longer works without refresh page.
Expected behavior:
no longer reformate CSS color attrib style in tag.
Actual behavior:
still reformate CSS color attrib style in tag.
Your environment
The text was updated successfully, but these errors were encountered: