chasebgale / rocketcharts

Awesome open source HTML5 financial/statistical charts!
137 stars 16 forks source link

Predictable resize behavior across major browsers #11

Open chasebgale opened 12 years ago

chasebgale commented 12 years ago

Title says it all.

We need an approach to handle resizing where the genesis is outside of our library, i.e. browser window resizes.

brendon-codes commented 12 years ago

I have tried a few approaches to this, but nothing successful yet. I will continue to look at this as well.

chasebgale commented 12 years ago

"event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future." Latest version of chrome throws these warnings on each redraw... the hunt continues...