Hi,
I have an bad bug in Google Chrome and even more bad is, it worked in IE!! :).
I have a fullpage splitter with left panel and right panel, left is 270px width, right side the rest of the page.
On the right panel is tab control and in this tab is a 100% chart:
If I open this page in IE, everything is great, plus if I collapse the left panel, the chart grows correctly, everything like I want it.
But in Chrome, the chart is cut of and if I collapse the left panel the chart is getting smaller instead of getting bigger!
I look at this with the Chrome development tools.
In the beginning the beginning the chart table looks like this: (Full HD 1920x1024px and 270px left panel open)
http://jsfiddle.net/NoiZy/uSbUZ/
If I collapse the left panel, the table looks like this:
http://jsfiddle.net/NoiZy/ShBBL/
Important are the width pixel values.
Correct values would be:
At the beginning 1920px – 270px – some padding and margin (maybe 50px) = round about 1600px
With collapsed left panel 270px more.
Strange that the most worst browser out there handle everything correct and the best browser doesn’t 🙁
Best regards