I noticed that I have problem only on IE, with FF it works fine. I
looked at generated javascript and saw strange code

function onClick_10(sender){
   var button, document_0;
   document_0 = this.val$editor.element.contentWindow.document;
   button = $doc.createElement(($clinit_6() , 'button'));
   document_0.appendChild(button);
}

When GWT create new element it uses $doc instead of document_0, may be
there is a problem - element is created in one document but insterted
to another?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to