[Webkit-unassigned] [Bug 151702] Content Blocker does not apply "css-display-none" rules when page is loaded in non-active tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 01:59:53 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=151702

--- Comment #1 from Andrey Meshkov <am at adguard.com> ---
The issue is still there.

Here's an easier way to reproduce:

1. Register a simple content blocker with one rule (hiding "share" buttons on macrumors.com)
[{trigger: {url-filter: ".*", if-domain: ["*iana.org"]}, action: {type: "css-display-none", selector: "body"}}]
2. Open example.org
3. Cmd+Click on the "More information..." link
4. Wait a bit then switch to the IANA tab


Expected result:
The page content is hidden

Actual result:
Nothing is hidden, you need to refresh the page for the rules to be applied

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200129/048c2684/attachment.htm>


More information about the webkit-unassigned mailing list