CarlicosMar / dwpe

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

CSS Blowout with Chart in Dialog #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change appendTo('body') to dialog()
2.
3.

What is the expected output? What do you see instead?
Expect to see standard chart in a dialog popup, instead CSS blowout with
inconsistent styling for chart

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

*** Please use labels below to identify the type of issue and the widget to
which it applies. ***

Original issue reported on code.google.com by harryhob...@gmail.com on 9 Apr 2010 at 8:03

GoogleCodeExporter commented 8 years ago
I got this to work by adding a <div></div> around the chart before calling the 
dialog

Original comment by harryhob...@gmail.com on 9 Apr 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Dialog() converts the selected element into the content pane of the dialog, so 
I think it makes sense that this CSS 
conflict would occur. Since you found a workaround, I'll close this bug.

Original comment by scottj...@gmail.com on 19 Apr 2010 at 8:51