[Webkit-unassigned] [Bug 175633] New: Stroke lost in editing operations because editingProperties doesn’t include stroke-width and stroke-color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 16 11:29:58 PDT 2017


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

            Bug ID: 175633
           Summary: Stroke lost in editing operations because
                    editingProperties doesn’t include stroke-width and
                    stroke-color
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org
                CC: wenson_hsieh at apple.com

To reproduce:
<div contenteditable><span style="stroke-color: blue; stroke-width: 1px">Place the insertion point here, then press Return, then Backspace</span></div>

Note that after hitting backspace, the end of the sentence is missing the stroke. Note that this doesn’t happen when using the -webkit-prefixed properties:

<div contenteditable><span style="-webkit-text-stroke-color: lightblue; -webkit-text-stroke-width: 1px">Place the insertion point here, then press Return, then Backspace</span></div>

-- 
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/20170816/0cbb74ed/attachment.html>


More information about the webkit-unassigned mailing list