OLD | NEW |
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > LI > OL > B
ODY > HTML > #document to 1 of DIV > LI > OL > BODY > HTML > #document | 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > LI > OL > B
ODY > HTML > #document to 1 of DIV > LI > OL > 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: shouldChangeSelectedDOMRange:range from 45 of #text > DIV > LI
> OL > BODY > HTML > #document to 45 of #text > DIV > LI > OL > BODY > HTML > #
document toDOMRange:range from 0 of #text > DIV > LI > OL > BODY > HTML > #docum
ent to 45 of #text > DIV > LI > OL > BODY > HTML > #document affinity:NSSelectio
nAffinityDownstream stillSelecting:FALSE | 5 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 45 of #text > DIV > LI
> OL > BODY > HTML > #document to 45 of #text > DIV > LI > OL > BODY > HTML > #
document toDOMRange:range from 0 of #text > DIV > LI > OL > BODY > HTML > #docum
ent to 45 of #text > DIV > LI > OL > BODY > HTML > #document affinity:NSSelectio
nAffinityDownstream stillSelecting:FALSE |
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
8 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of DIV > LI > OL > BOD
Y > HTML > #document to 1 of DIV > LI > OL > BODY > HTML > #document | 8 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of DIV > LI > OL > BOD
Y > HTML > #document to 1 of DIV > LI > OL > BODY > HTML > #document |
9 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification | 9 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification |
10 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > LI > OL > B
ODY > HTML > #document to 1 of DIV > LI > OL > BODY > HTML > #document | 10 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > LI > OL > B
ODY > HTML > #document to 1 of DIV > LI > OL > BODY > HTML > #document |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 This editable region contains lists, tables, styled text, and images. Everything
in this region that is not selected should be a link, nothing that is selected
should be a link. | 54 This editable region contains lists, tables, styled text, and images. Everything
in this region that is not selected should be a link, nothing that is selected
should be a link. |
55 | 55 |
56 Item 1 | 56 Item 1 |
57 Item 2 | 57 Item 2 |
58 1 2 3 | 58 1 2 3 |
59 | 59 |
60 This line contains an image. | 60 This line contains an image. |
61 The innerHTML of editable regions after the test: | 61 The innerHTML of editable regions after the test: |
62 | 62 |
63 This paragraph should should end up unlinked. | 63 This paragraph should should end up unlinked. |
64 <a href="http://www.apple.com/">The</a> second<a href="http://www.apple.com/"> w
ord in this paragraph should end up being unlinked, everything else should be a
link.</a> | 64 <a href="http://www.apple.com/">The </a>second <a href="http://www.apple.com/">w
ord in this paragraph should end up being unlinked, everything else should be a
link.</a> |
65 This paragraph starts with <a href="http://www.google.com"><i>a</i></a><span id=
"test3start"> link</span> in the middle. Only the 'a' in the previous sentence s
hould be linked after the test. | 65 This paragraph starts with <a href="http://www.google.com"><i>a</i></a><span id=
"test3start"> link</span> in the middle. Only the 'a' in the previous sentence s
hould be linked after the test. |
66 <p>This <i>editable region</i> contains lists, tables, styled text, and images.
Everything in this region that is not selected should be a link, nothing that is
selected should be a link.</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <tabl
e border="1"><tbody><tr><td>1</td><td>2</td><td><span id="test4end"><a href="htt
p://www.google.com/">3</a></span></td></tr></tbody></table> <a href="http://www.
google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an
image. </a> | 66 <p>This <i>editable region</i> contains lists, tables, styled text, and images.
Everything in this region that is not selected should be a link, nothing that is
selected should be a link.</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <tabl
e border="1"><tbody><tr><td>1</td><td>2</td><td><span id="test4end"><a href="htt
p://www.google.com/">3</a></span></td></tr></tbody></table> <a href="http://www.
google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an
image. </a> |
OLD | NEW |