OLD | NEW |
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML
> #document to 1 of DIV > BODY > HTML > #document | 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML
> #document to 1 of DIV > BODY > HTML > #document |
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification | 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification |
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
6 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > DIV > LI
> UL > DIV > BODY > HTML > #document to 7 of #text > DIV > LI > UL > DIV > BODY
> HTML > #document toDOMRange:range from 3 of #text > DIV > LI > UL > DIV > BODY
> HTML > #document to 3 of #text > DIV > LI > UL > DIV > BODY > HTML > #documen
t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE | 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 8 of #text > DIV > LI
> UL > DIV > BODY > HTML > #document to 8 of #text > DIV > LI > UL > DIV > BODY
> HTML > #document toDOMRange:range from 3 of #text > DIV > LI > UL > DIV > BODY
> HTML > #document to 3 of #text > DIV > LI > UL > DIV > BODY > HTML > #documen
t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
9 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification | 10 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification |
10 This tests pasting text ('foo\nbar') into a list item. The last bit of content i
n the incoming fragment should be merged with the paragraph after the position b
eing pasted into. | 11 This tests pasting text ('foo\nbar') into a list item. The last bit of content i
n the incoming fragment should be merged with the paragraph after the position b
eing pasted into. |
11 | 12 |
12 Before insertion: | 13 Before insertion: |
13 | <ul> | 14 | <ul> |
14 | <li> | 15 | <li> |
15 | <div> | 16 | <div> |
16 | "Item 1" | 17 | "Item 1" |
17 | 18 |
18 After insertion: | 19 After insertion: |
19 | <ul> | 20 | <ul> |
20 | <li> | 21 | <li> |
21 | <div> | 22 | <div> |
22 | "Itemfoo" | 23 | "Item foo" |
23 | <div> | 24 | <div> |
24 | "bar<#selection-caret> 1" | 25 | "bar<#selection-caret>1" |
OLD | NEW |