[Webkit-unassigned] [Bug 186224] New: Copying from flex-inline behaves like block level elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 1 21:41:55 PDT 2018


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

            Bug ID: 186224
           Summary: Copying from flex-inline behaves like block level
                    elements.
           Product: WebKit
           Version: Safari 11
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: samuel at oriontransfer.org

When copying the text from

```
<div style="display: inline-flex; white-space: pre">
  <span>This </span>
  <span>is </span>
  <span>flex </span>
</div>
```

The data that would be pasted would contain multiple lines:

```
This 
is 
flex 
```

And yet that is not similar to how it is presented in the browser:

```
This is flex
```

-- 
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/20180602/8eddc0ca/attachment.html>


More information about the webkit-unassigned mailing list