youcef92 / flotr

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

Mouse event problems on IE #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On IE, mousemove, click, etc events (and subsequently, hit, selection, etc)
aren't sent to the overlay for all parts of the plot. Instead, they get
sent to the non-overlay canvas.

The attached patch fixes this (for the prototype-base version -- not sure
if the same is necessary with mootools) by observing events on both canvas
objects.

Original issue reported on code.google.com by jabradford@gmail.com on 21 Nov 2009 at 1:37

Attachments:

GoogleCodeExporter commented 8 years ago
I have never been able to reproduce this. I'll update the embedded excanvas to 
the 
latest revision, which has an overlay over the VML drawing. This may solve your 
issue.

Original comment by fabien.menager on 5 Dec 2009 at 3:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for the patch.  I was experiencing this in IE[7-8] (not 6 surprisingly) 
with
Prototype 1.6.1rc2 and excanvas r3.  Your patch seemed to have fixed it.

Original comment by tran.min...@gmail.com on 18 Mar 2010 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by peter....@solide-ict.nl on 22 Jun 2010 at 1:24