[Webkit-unassigned] [Bug 270849] New: [WPE] Fix text highlight on HTTP RWI running on Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 06:13:50 PDT 2024


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

            Bug ID: 270849
           Summary: [WPE] Fix text highlight on HTTP RWI running on
                    Chromium
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

Text highlighting is not working when the HTTP RWI is run on Chrome or Chromium.

This can be reproduced by opening the HTTP RWI on Chromium or Chrome, going to the Sources tab and adding a breakpoint in some line. Clicking on the breakpoint on the left side bar should scroll the file content to the line where the breakpoint is, and create a highlight animation effect on the line. But, while the scrolling works, the animation effect is not shown.

This is caused because the relevant css declarations are setting the animation names inside quotes, which works on WebKit but doesn't work on Chrome. We should remove the quotes as they are not meant to be used there.

-- 
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/20240312/651523c6/attachment-0001.htm>


More information about the webkit-unassigned mailing list