1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
20 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
22 Option-delete when a typing command is open.
24 Net result is a third "cha". It should like this:
25 one two cha cha cha three four cha cha cha
26 one two cha cha cha three four cha cha cha
27 execTypeCharacterCommand: <div id="test" class="editing"> one two cha cha three four cha cha cha </div>
28 execTypeCharacterCommand: <div id="test" class="editing"> one two a cha cha three four cha cha cha </div>
29 execTypeCharacterCommand: <div id="test" class="editing"> one two ab cha cha three four cha cha cha </div>
30 execTypeCharacterCommand: <div id="test" class="editing"> one two abc cha cha three four cha cha cha </div>
31 DeleteWord: <div id="test" class="editing"> one two cha cha three four cha cha cha </div>
32 execTypeCharacterCommand: <div id="test" class="editing"> one two c cha cha three four cha cha cha </div>
33 execTypeCharacterCommand: <div id="test" class="editing"> one two ch cha cha three four cha cha cha </div>
34 execTypeCharacterCommand: <div id="test" class="editing"> one two cha cha cha three four cha cha cha </div>