RESOLVED FIXED 270849
[WPE] Fix text highlight on HTTP RWI running on Chromium
https://bugs.webkit.org/show_bug.cgi?id=270849
Summary [WPE] Fix text highlight on HTTP RWI running on Chromium
Miguel Gomez
Reported 2024-03-12 06:13:50 PDT
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.
Attachments
Miguel Gomez
Comment 1 2024-03-12 06:17:23 PDT
EWS
Comment 2 2024-03-14 02:58:13 PDT
Committed 276081@main (d1ce25eca8a3): <https://commits.webkit.org/276081@main> Reviewed commits have been landed. Closing PR #25772 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-03-14 02:59:13 PDT
Note You need to log in before you can comment on or make changes to this bug.