[Webkit-unassigned] [Bug 174468] New: Web Inspector: overlay page highlight doesn't disappear when a page is constantly updating

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 13 11:16:36 PDT 2017


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

            Bug ID: 174468
           Summary: Web Inspector: overlay page highlight doesn't
                    disappear when a page is constantly updating
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

* Reproduction:

var log = document.body.appendChild(document.createElement("div"));
function frame(timestamp) {
    log.textContent = Date.now();
    window.requestAnimationFrame(frame);
}
window.requestAnimationFrame(frame);


* Steps to reproduce:
1. Open elements tab on "about:blank"
2. Paste above code into console
3. Highlight <div>
4. Move mouse off of DOM tree
=> Page is still highlighted

-- 
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/20170713/35686357/attachment.html>


More information about the webkit-unassigned mailing list