jquip icon indicating copy to clipboard operation
jquip copied to clipboard

Mousemove events have no event target in IE8

Open qris opened this issue 10 years ago • 0 comments

This is probably an IE8 bug/limitation, but jQuery seems to work around it.

I'm trying to use the Chosen component with jQuip instead of jQuery. It seems to mostly work (apart from getting a 0px size initially, that I had to override manually), but mouse events don't work and generate an error, as you can see on this screenshot:

win7_ie_8 0

It seems that event.target is undefined for these events. Any ideas where can we get this from? Can jQuip work around this IE8 bug as jQuery does?

qris avatar Apr 25 '14 13:04 qris