WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Miguel Gomez
Comment 1
2024-03-12 06:17:23 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/25772
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
<
rdar://problem/124605865
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug