Hi all, I´m using smartgwt 2.5 with GWT 2.4.
In my application I have a TabSet with several Tabs each displaying some html page in a HTMLPane which contents is set via setContens() method. If one of the html pages contains an image map this image map shines through to the following tab. If I destroy the actual tab before rendering the new Tab all is working fine.
Is there a known workaround? I already tried to add TabSelectedHandler and TabDeselectedHandler with style display:block and display:none but without success.
This issue happens with Firefox 6 and Internet Explorer 9.
Regards Rainer
In my application I have a TabSet with several Tabs each displaying some html page in a HTMLPane which contents is set via setContens() method. If one of the html pages contains an image map this image map shines through to the following tab. If I destroy the actual tab before rendering the new Tab all is working fine.
Is there a known workaround? I already tried to add TabSelectedHandler and TabDeselectedHandler with style display:block and display:none but without success.
This issue happens with Firefox 6 and Internet Explorer 9.
Regards Rainer
Comment