lassedk1 / google-web-toolkit-incubator

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

The SliderBar example code missing a key statement - SliderBar.injectDefaultCss #355

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using? 2.0.3 and 

What OS and browser are you using? Mac OSX  & Firefox

Do you see this error in hosted mode, web mode, or both? Both

(If possible, please include a test case that shows the problem)

Hopefully using the test case you have generously provided, what steps will
reproduce the problem? 

1. Just try and insert a SliderBar in your code using the sample code -
http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-to
olkit-incubator&t=SliderBar

It won't work.

You have to add the extra line SliderBar.injectDefaultCss

What is the expected output? A slider bar. What do you see instead? A small
blob.

Workaround if you have one: Add the extra line SliderBar.injectDefaultCss

Please provide any additional information below,  and thank you for taking
the time and effort to report this issue, as good issue reports are
critical for our quest to make GWT's new widgets and libraries shine.

Original issue reported on code.google.com by jadc...@gmail.com on 16 May 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Where do you add the extra line: "SliderBar.injectDefaultCss"  ?

Original comment by lynx...@gmail.com on 28 Sep 2010 at 12:02