the following code does not load the data in firefox when i click on edit button with alert i am geting the data but editor do not show it but when i click it again then it show the data in editor so for first time it do not work.
alert(document.getElementById(dvData).innerHTML);
document.getElementById(
'<%=qtroEditor1.ClientID%>').setHTML(document.getElementById(dvData0).innerHTML);