[Webkit-unassigned] [Bug 200251] New: Text Selection rects visibly missing when selecting all with text in flex items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 15:51:04 PDT 2019


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

            Bug ID: 200251
           Summary: Text Selection rects visibly missing when selecting
                    all with text in flex items
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 375114

  --> https://bugs.webkit.org/attachment.cgi?id=375114&action=review

[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

-- 
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/20190729/b50649f2/attachment.html>


More information about the webkit-unassigned mailing list