1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 This demonstrates a bug in interchange newline handling during paste.
5 There is an interchange newline at the end of the incoming fragment and so the caret should end up on an empty line.
6 The editable region is followed by non-editable content, which breaks the old code in paste that handled interchange newlines.
10 | contenteditable="true"
19 This is non-editable content.