Letractively / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

when flot placeholder is placed next a a floating element the base and overlay canvases are not aligned correctly #591

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think this can be fixed by changing:

  canvas = makeCanvas(true, "base");

to:

  canvas = makeCanvas(false, "base");

on line 749 of jquery.flot.js

Original issue reported on code.google.com by djpnew...@gmail.com on 23 Aug 2011 at 10:15

GoogleCodeExporter commented 8 years ago
Here is a minimal testcase

Original comment by djpnew...@gmail.com on 23 Aug 2011 at 10:17

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 9:40

GoogleCodeExporter commented 8 years ago
We assume that the bug you're referring to is the misaligned y-axis label for 
the overlap/canvas.

We could not recreate this issue using linux (chrome/firefox) or a mac 
(chrome/firefox/safari).  

Has someone already fixed this bug (perhaps accidentally)?

Unless it's another IE/browser issue we don't see it as a bug (anymore).

Original comment by yael.elm...@gmail.com on 14 Jul 2012 at 7:19