-
Notifications
You must be signed in to change notification settings - Fork 85
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
In the "My Filters" tab, no information is shown when the list is disabled #3161
Comments
This comment was marked as abuse.
This comment was marked as abuse.
@gorhill That would be even clearer. |
Related issues: - uBlockOrigin/uBlock-issues#3161 - uBlockOrigin/uBlock-issues#2895 (reply in thread) Two checkboxes have been added to the "My filters "pane: 1. A checkbox to wholly disable/enable "My filters". This is equivalent to the checkbox for "My filters" in "Filter lists" pane. 2. A checkbox to enable/disable the trustworthiness of the content of "My filters". Default to untrusted. Since toggling these checkboxes requires reloading all filter lists, their new state must be committed through the "Apply changes" button. Additionally: a "book" icon has been added to the top-right of the dashboard, which is a link to the wiki according to whichever pane is currently active.
Could you add a button (e.g. next to the export buttons) for mobile to collapse the checkbox section? They take a significant amount of space, which mobile doesn't have a lot of when typing. |
This comment was marked as abuse.
This comment was marked as abuse.
Nice changes. The search input placeholder which is meant to replace the outside magnifying glass icon kinda looks like a pin/location icon to me though. Why not go the same route as in the If you want to keep the placeholder method instead, probably best to change it in that pane too. For unity. But I think a better choice for a placeholder might be the |
That's how it looks on my side, in both Chromium and Firefox: I had forgotten about what I did for "Filter lists", but the idea was that I wanted to keep it simple by just using a Unicode character in the |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as abuse.
This comment was marked as abuse.
The event handler for the search bar is hooked onto |
Weird, I've been able to reproduce this on my 3rd and 4th try, but not any of the latter dozens of tries I've made. |
I will use |
Simplify code to force syntax highlighter and linter to reprocess the content when toggling trust-related checkbox. Fix issue with using `mousedown` on searchbar widgets, related feedback: uBlockOrigin/uBlock-issues#3161 (comment) Fix issues reported by eslint.
This comment was marked as abuse.
This comment was marked as abuse.
it works on my side when the search field has focus, i.e. when the caret is visible in the search field. |
This comment was marked as abuse.
This comment was marked as abuse.
Works the same in Firefox on my side. |
This comment was marked as abuse.
This comment was marked as abuse.
When you reproduce the issue, is the undo applied to the content of the CodeMirror editor? |
This comment was marked as abuse.
This comment was marked as abuse.
Simplify code to force syntax highlighter and linter to reprocess the content when toggling trust-related checkbox. Fix issue with using `mousedown` on searchbar widgets, related feedback: uBlockOrigin/uBlock-issues#3161 (comment) Fix issues reported by eslint.
Prerequisites
I tried to reproduce the issue when...
Description
When "My filters" list is deactivated in the "Filters list", users are confused that adding custom filters in the "My filters" tab doesn't work, because they don't notice the whole thing is disabled.
I would like to suggest showing a message on the "My filters" tab page when the "My filters" list isn't enabled.
This is especially an issue for Mullvad Browser users, since the "My filters" list is disabled by default, for browser fingerprinting concerns (custom filters could make you more uniquely identifiable).
(FYI, I'm working for Mullvad on the Mullvad Browser)
A specific URL where the issue occurs.
https://mullvad.net
Steps to Reproduce
Expected behavior
When the "My filters" list is disabled, an information message is displayed in the "My filters" tab.
Actual behavior
When the "My filters" list is disabled, there is no way to know in the "My filters" tab that the list is currently disabled.
uBO version
1.56.0
Browser name and version
Firefox 123
Operating System and version
Fedora KDE Spin 39
The text was updated successfully, but these errors were encountered: