Hi,
I had a similar issue. I use a RichTextArea (which uses an IFrame) inside a 
TabPanel. When I close the TabPanel I could not click into other widgets 
(focus broken(?)) 

I solved this issue by using "richTextArea.getFormatter().removeLink();" 
whiledestroying the TabPanel. (The removeLink triggers some stuff inside 
the RichTextArea. I think u could use another formatter method here)

Perhaps Its not an "exact" answer to your issue but perhaps someone else 
could use this info to solve his problem.

Am Dienstag, 25. Januar 2011 09:56:16 UTC+1 schrieb AlexF:
>
> I have a problem in GWT 2.0.4 that I can reproduce only with IE8 
> (Windows XP). I use a TabPanel with IFrames in the tabs. When I close 
> a tab which has an element with focus no TextBox in other tabs can 
> take the focus by mouse clicking (but only by Tab-Key). If the closed 
> tab did not have a focused element the problem does not occur. I tried 
> to use TabLayoutPanel but it did not help. What can cause such 
> behavior in the web browser?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/eERaPaAQp3AJ.
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