petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

SliderBar in a table/disclosurePanel #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. DisclosurePanel panel = new DisclosurePanel("xyz");
2. slider = new SliderBar(0,12);
3. panel.add(slider)

What is the expected output? 
The slider with labels should show up properly.

What do you see instead?
The slider with labels all overwritten of the left of the slider.

What version of the product are you using? On what operating system?
GWT 1.5
OS - Linux
Browser - Firefox 3.0

Please provide any additional information below.
I think this is a issue with the offsetWidth of the labels. Since there are
issues with browser returning '0' for offsetWidth for elements present in
the table (<td>).

Original issue reported on code.google.com by ravi.gid...@gmail.com on 5 Jun 2008 at 10:53

GoogleCodeExporter commented 9 years ago
On other hand. If it helps. When I tried to do the same code on the "onLoad" of 
a
panel, it works. but not otherwise. 

Original comment by ravi.gid...@gmail.com on 5 Jun 2008 at 11:35

GoogleCodeExporter commented 9 years ago
Hoping you will adopt the base slider code :-).

Original comment by ecc%google.com@gtempaccount.com on 21 Aug 2008 at 7:49