[gwt-contrib] Re: Provides an integration test for IsRenderable (issue1527804)

2011-08-17 Thread Hermes Freitas
: most @UiField fields are not filled in until the widget is attached to the dom, but we're not consistent about it. See the big comment in testDeep. http://gwt-code-reviews.**appspot.com/1527804/http://gwt-code-reviews.appspot.com/1527804/ -- --Hermes Freitas -- http://groups.google.com

[gwt-contrib] Re: LazyPanel parser should be enabled only if useLazyWidgetBuilders is (issue1423806)

2011-04-25 Thread Hermes Freitas
) @@ -1144,7 +1144,9 @@ addWidgetParser(HasAlignment); addWidgetParser(DateLabel); addWidgetParser(NumberLabel); -addWidgetParser(LazyPanel); +if (useLazyWidgetBuilders) { + addWidgetParser(LazyPanel); +} } /** -- --Hermes Freitas -- http

[gwt-contrib] Re: Structural changes to UiBinder to make fields accessible via getters (issue1420804)

2011-04-20 Thread Hermes Freitas
Once again SQ passed with success and orkut seems ok. I'll take a deeper look at your doc today morning, looks promising... On Wed, Apr 20, 2011 at 8:14 PM, her...@google.com wrote: http://gwt-code-reviews.appspot.com/1420804/ -- --Hermes Freitas -- http://groups.google.com/group/Google