Question : In RTE paste does not work in IE8

Hello experts

The command document.execCommand('paste') is not working in IE8 if the cursor is just placed and hit paste button of RTE. It just works fine if a selection is made and hit paste button.
This works in other IE versions fine.
Thoughts?

Thanks in advance!
Ashraf

Answer : In RTE paste does not work in IE8

I found a work-around
1:
var settxt=iView.document.selection.createRange().text;
Random Solutions  
 
programming4us programming4us