RESOLVED DUPLICATE of bug 119878 200251
Text Selection rects visibly missing when selecting all with text in flex items
https://bugs.webkit.org/show_bug.cgi?id=200251
Summary Text Selection rects visibly missing when selecting all with text in flex items
Joseph Pecoraro
Reported 2019-07-29 15:51:04 PDT
Created attachment 375114 [details] [TEST] Reduction Test Page Text Selection rects visibly missing when selecting all with text in flex items Test: <style> .wrapper { border: 1px solid black; display: flex; justify-content: space-evenly; } </style> <div class="wrapper"> <div><p>1</p><p>text</p></div> <div><p>2</p><p>text</p></div> <div><p>3</p><p>text</p></div> <div><p>4</p><p>text</p></div> </div> Steps to Reproduce: 1. Load test page 2. Edit > Select All (⌘A) => The "2", "3", and "4" do not look selected, but actually are if you Copy + Paste
Attachments
[TEST] Reduction Test Page (282 bytes, text/html)
2019-07-29 15:51 PDT, Joseph Pecoraro
no flags
[IMAGE] Issue (254.40 KB, image/png)
2019-07-29 15:51 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2019-07-29 15:51:23 PDT
Created attachment 375115 [details] [IMAGE] Issue
Radar WebKit Bug Importer
Comment 2 2019-07-29 15:51:57 PDT
Jake Teton-Landis
Comment 3 2021-07-26 13:11:27 PDT
Ahmad Saleem
Comment 4 2022-09-17 06:49:32 PDT
It seems to be duplicate of Bug 119878. Should we keep one while close other? Considering it is mentioned on StackOverflow and I think closing old one makes more sense. Thanks!
Ahmad Saleem
Comment 5 2022-09-17 07:38:08 PDT
Just for a note - I just did "Pull Request" for other bug and also extended it to "Grid Item" to fix both issues in one go. We can close this bug once other one land and committed to "main". Just wanted to keep everyone update.
Ahmad Saleem
Comment 6 2022-09-17 23:46:31 PDT
*** This bug has been marked as a duplicate of bug 119878 ***
Note You need to log in before you can comment on or make changes to this bug.