RESOLVED FIXED 233670
Adjust a Live Text quirk so that it applies to YouTube image thumbnails
https://bugs.webkit.org/show_bug.cgi?id=233670
Summary Adjust a Live Text quirk so that it applies to YouTube image thumbnails
Wenson Hsieh
Reported 2021-11-30 16:32:31 PST
.
Attachments
Patch (3.39 KB, patch)
2021-11-30 16:45 PST, Wenson Hsieh
no flags
Patch for landing (3.43 KB, patch)
2021-12-01 08:21 PST, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-11-30 16:45:54 PST
Devin Rousso
Comment 2 2021-11-30 17:20:20 PST
Comment on attachment 445489 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445489&action=review rs=me > Source/WebCore/page/Quirks.cpp:1461 > + if (host.endsWith(".youtube.com") || host == "youtube.com") I think we normally use `equalLettersIgnoringASCIICase` and `endsWithIgnoringASCIICase` (or `convertToASCIILowercase` beforehand).
Wenson Hsieh
Comment 3 2021-12-01 08:20:11 PST
Comment on attachment 445489 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445489&action=review >> Source/WebCore/page/Quirks.cpp:1461 >> + if (host.endsWith(".youtube.com") || host == "youtube.com") > > I think we normally use `equalLettersIgnoringASCIICase` and `endsWithIgnoringASCIICase` (or `convertToASCIILowercase` beforehand). Fixed — thanks for the review!
Wenson Hsieh
Comment 4 2021-12-01 08:21:12 PST
Created attachment 445575 [details] Patch for landing
EWS
Comment 5 2021-12-01 09:09:50 PST
Committed r286366 (244725@main): <https://commits.webkit.org/244725@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445575 [details].
Radar WebKit Bug Importer
Comment 6 2021-12-01 09:10:26 PST
Karl Dubost
Comment 7 2023-03-27 21:19:10 PDT
Wenson Hsieh, do you remember the steps to reproduce here?
Wenson Hsieh
Comment 8 2023-03-28 08:02:21 PDT
(In reply to Karl Dubost from comment #7) > Wenson Hsieh, do you remember the steps to reproduce here? The steps to reproduce, as I previously recalled, are: 1. Navigate to a YouTube video. 2. Hover over related video thumbnails that have recognizable text. 3. Drag to select the text. At some point, (3) wouldn't work and you would end up not selecting text. That said, I just tried this out on YouTube with site-specific hacks disabled, and it now appears to work. Perhaps we don't need this quirk anymore..
Note You need to log in before you can comment on or make changes to this bug.