It looks like Tab Panels + Canvas is a known bug. It's actually surprising you didn't get an Exception:
http://code.google.com/p/gwt-canvas/issues/detail?id=4 I didn't even know this library existed, this is absolutely awesome. I made an interactive rectangle program in minutes! On Dec 17, 8:09 am, soundseeker <[email protected]> wrote: > hello, > > canvas in tab panels seem not to work correctly in IE 7, in firefox 3 > do. > after klicking on a tab in ie my canvas object is visible for a moment > then it disappears. > it works correctly in firefox. > > the code: > ProjectCanvas pc = new ProjectCanvas(); > GWTCanvas gwtc = pc.getProjectCanvas(table); > tabPanel.add(gwtc, panel); > > is it a bug or my fault? > > thanks in advance, > robert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
