[gwt-contrib] Re: TabPanel feature request

2008-12-03 Thread Ray Ryan
On Wed, Dec 3, 2008 at 1:18 AM, David <[EMAIL PROTECTED]> wrote: > Ray, > > There is already an issue reported do I add a comment or you want me to > create a new issue ? > This is the current reported issue: > http://code.google.com/p/google-web-toolkit/issues/detail?id=1902 > > Will it break so

[gwt-contrib] Re: TabPanel feature request

2008-12-03 Thread David
Ray, There is already an issue reported do I add a comment or you want me to create a new issue ? This is the current reported issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=1902 Will it break so much code when deferring attachment ? I can only speak for my own projects and

[gwt-contrib] Re: TabPanel feature request

2008-12-02 Thread Emily Crutcher
> > A flag on the TabPanel/DeckPanel would be a better solution, I would just > subclass and make sure that the lazy attachment is used on all our panels. > That I could get away with, but still I find it a pitty that it is not the > default behaviour. > D > Yes, for new widgets that is exactly wh

[gwt-contrib] Re: TabPanel feature request

2008-12-02 Thread Ray Ryan
The constructor flag is a great idea. David, would you mind logging an issue to that effect? On Tue, Dec 2, 2008 at 11:58 AM, David <[EMAIL PROTECTED]> wrote: > >> I didn't see any comments... oh, sarcasm =) >> > > I'm not going to repeat myself... but there is room for improvement on how > bugs

[gwt-contrib] Re: TabPanel feature request

2008-12-02 Thread David
> > > I didn't see any comments... oh, sarcasm =) > I'm not going to repeat myself... but there is room for improvement on how bugs and feature requests are treated! > Since the TabPanel (really the DeckPanel) currently attaches widgets to the > DOM immediately, we might have backward compatibi

[gwt-contrib] Re: TabPanel feature request

2008-12-02 Thread John LaBanca
> > Thanks for the great comments! > I didn't see any comments... oh, sarcasm =) Since the TabPanel (really the DeckPanel) currently attaches widgets to the DOM immediately, we might have backward compatibility issues if we attach them lazily. We could make lazy attachment an optional setting th

[gwt-contrib] Re: TabPanel feature request

2008-12-02 Thread stuckagain
Thanks for the great comments! It turns out that this bug is already reported (and 5 stars as well) in the issue database. jlaba is the owner of the bug and priority is medium Here is the bug report: http://code.google.com/p/google-web-toolkit/issues/detail?id=1902 David On Nov 27, 8:51 am

[gwt-contrib] Re: TabPanel feature request

2008-11-26 Thread stuckagain
People, I recently read about lazy loading panels http://googlewebtoolkit.blogspot.com/2008/11/profiling-gwt-application-performance.html I am actually asking for offering lazy attaching tabpanels as a default implementation. In most cases you only get a performance problem when you attach t