OLD | NEW |
| (Empty) |
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
9 Tests: | |
10 Option-delete when no typing command is open, then undo. | |
11 Expected Results: | |
12 It should like this, with the word "two" selected: | |
13 one two three four | |
14 one two three four | |
15 DeleteWord: <div id="test" class="editing">one three four</div> | |
16 execUndoCommand: <div id="test" class="editing">one two three four</div> | |
OLD | NEW |