EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification This demonstrates a bug: copying an empty line that's implemented with a br doesn't put an interchange newline on the pasteboard. There should be two blank lines after the 'a'. Before paste: | " " |
| class="editing" | "a" |
|
| "b" | " " |
| class="editing" | <#selection-caret> | " " After paste: | " " |
| class="editing" | "a" |
|
| "b" | " " |
| class="editing" | "a" |
| <#selection-caret> |
| " "