google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

cannot add spinner to fieldset #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. FieldSet fd = new FieldSet("test");
2. Spinner spinner = new Spinner();
3. fd.add(spinner);

What is the expected output? What do you see instead?
Assumed the spinner would be added to the fieldset, but instead the page
was broken, nothing displayed on the page

What version of the product are you using? On what operating system?
gwtextus-0.3, latest build downloaded on 2/11/2009

Please provide any additional information below.

Original issue reported on code.google.com by marsg...@gmail.com on 12 Feb 2009 at 6:25