javascript - No Textbox can take the focus by mouse clicking in IE8 -


i have problem in gwt 2.0.4 can reproduce ie8 (windows xp). use tabpanel iframes in tabs. when close tab has element focus no textbox in other tabs can take focus mouse clicking (but tab-key). if closed tab did not have focused element problem not occur. tried use tablayoutpanel did not help. can cause such behavior in web browser?

thanks

try blur() or (setfocused(false)) corresponding iframe when closing tab.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -