I'm using OnClientSelectionChange event to enable/disable custom tool buttons. It works fine with one exception: when I select some piece of text in editor and press "Delete" key - selected text is deleted but OnClientSelectionChange event is not fired. The same is with "Backspace" key.
Described behaviour can be reproduced using http://soforealproductions.se/ajax/Editor/Examples/ClientsideEvents/DefaultVB.aspx sample. Select some text, press "Delete" and inspect the content of The current selection is field which is updated by OnClientSelectionChange event handler.
P.S. My browser is IE7.
Described behaviour can be reproduced using http://soforealproductions.se/ajax/Editor/Examples/ClientsideEvents/DefaultVB.aspx sample. Select some text, press "Delete" and inspect the content of The current selection is field which is updated by OnClientSelectionChange event handler.
P.S. My browser is IE7.