gavioto / clientsidegchart

Automatically exported from code.google.com/p/clientsidegchart
0 stars 2 forks source link

Standards mode breaks background colors in charts #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add <!DOCTYPE html> to GWT's index.html in your main war dir
2. Make a simple gchart rectangle plot
3. Observe backgrounds are clear

What is the expected output? What do you see instead?
Expected backgrounds to be colored, just like they were before we added the 
DOCTYPE to the index.html file.

Looking at firebug actually shows that the background-color CSS style 
disappears when the DOCTYPE is added, and reappears when we remove the DOCTYPE 
tag in the index.html.

What version of the product are you using? On what operating system?
2.7

Please provide any additional information below.

Original issue reported on code.google.com by eli...@espoc.com on 22 Sep 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Any updates on this?  Is this project still supported?

Original comment by eli...@espoc.com on 15 Nov 2011 at 9:47