Opened on 10/24/2014 at 08:16:52 AM
Closed on 10/24/2014 at 11:01:27 AM
Last modified on 10/24/2014 at 05:15:41 PM
#1497 closed defect (incomplete)
chrome: ABP breaks the search in inspect page
Reported by: | mapx | Assignee: | |
---|---|---|---|
Priority: | Unknown | Milestone: | |
Module: | Platform | Keywords: | |
Cc: | sebastian, greiner | Blocked By: | |
Blocking: | Platform: | Chrome | |
Ready: | no | Confidential: | no |
Tester: | Verified working: | no | |
Review URL(s): |
Description (last modified by sebastian)
Environment
Chrome 39, 38 (not Chrome 36)
ABP 1.8.6.1239 (since 1.8.5)
How to reproduce
1.
open a random page (in a random site), for example:
https://adblockplus.org/forum/viewtopic.php?f=10&t=25746
right click, inspect element and do a search in the page, for example
search for when
The search does not work
2.repeat the steps above disabling completely ABP
the search is working
reported on the forum: https://adblockplus.org/forum/viewtopic.php?f=10&t=25746
Attachments (0)
Change History (5)
comment:3 Changed on 10/24/2014 at 11:01:27 AM by sebastian
- Description modified (diff)
- Resolution set to invalid
- Status changed from new to closed
comment:4 Changed on 10/24/2014 at 05:14:24 PM by sebastian
Well, that was quick. Just 4 hours after I reported the bug, it was fixed in Chromium. :D
comment:5 Changed on 10/24/2014 at 05:15:41 PM by mapx
probably the next chrome beta will be ok
I identified the issue and reported a Chrome bug. Since Chrome 38, attributes and text content aren't considered when searching in the inspector, on pages that use shadow DOM. This issue is triggered by Adblock Plus, since it inserts a shadow root in every web page.