[Webkit-unassigned] [Bug 154496] New: Only first character inserted into a element in contenteditable mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 20 04:28:15 PST 2016


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

            Bug ID: 154496
           Summary: Only first character inserted into a element in
                    contenteditable mode
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: m.lewandowski at cksource.com

## Repro steps

1. Open http://codepen.io/mlewand/pen/obRKqM?editors=1100
1. Focus contenteditable div (marked with blue border)
1. Make a selection containing at least one character at the end of link e.g. `<a href="#">bar baz [bom]</a>`
1. Type "aaa"

### Expected

Link inner text is changed to `<a href="#">bar baz aaa</a>`.

### Actual

Only first character gets into the link, any subsequent will be placed outside the anchor.


### References

This issue has been picked up by Drupal community https://www.drupal.org/node/2671896.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160220/596dd45e/attachment.html>


More information about the webkit-unassigned mailing list