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
Original issue reported on code.google.com by
galgwt.reviews@gmail.com
on 20 Sep 2008 at 2:43