You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Is there any way through GWT to get the target of a BlurHandler placed on an IFrame (specifically the one used in the HtmlEditor)? I get the BlurEvent just fine, but getting what it blurred to seems problematic. The getEventTarget() seems to return an EventTarget that is neither a Node nor an Element. Sometimes a JSNI getter for document.activeElement returns the right element but mostly it seems to want to return the entire body element.