Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Hierarchical Control looks funny when first added to the page #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
r835

Detailed description:
Mars dropdowns at first "stacked" on [Maps] button.
The background of the checkboxes is transparent when first loaded.

My guess is that this control is lazy loaded and is displayed before all
the components are ready.

Workaround if you have one:
Add a slight delay before adding the control to the map:

    new Timer() { 
      public void run() {
        displayHierarchicalControl();
      }
    }.schedule(250);

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by galgwt.reviews@gmail.com on 20 Sep 2008 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 May 2010 at 5:45