Updated work-around bug

git-svn-id: https://flot.googlecode.com/svn/trunk@148 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 17 years ago
parent 67f936bcfc
commit a154fe66ab

@ -496,7 +496,7 @@
// bind events
if (options.selection.mode != null || options.crosshair.mode != null
|| options.grid.hoverable) {
// FIXME: temp. work-around until jQuery bug 1871 is fixed
// FIXME: temp. work-around until jQuery bug 4398 is fixed
eventHolder.each(function () {
this.onmousemove = onMouseMove;
});
@ -1778,7 +1778,7 @@
}
function onMouseMove(ev) {
// FIXME: temp. work-around until jQuery bug 1871 is fixed
// FIXME: temp. work-around until jQuery bug 4398 is fixed
var e = ev || window.event;
if (e.pageX == null && e.clientX != null) {
var de = document.documentElement, b = document.body;

Loading…
Cancel
Save