mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-03 05:05:13 -05:00
reverted [157] there is no IE bug. pageX != clientX, pageY != clientY
This commit is contained in:
@@ -69,9 +69,6 @@ $.extend($.simulate.prototype, {
|
||||
// IE won't allow assignment to toElement or fromElement
|
||||
evt.relatedTarget = relatedTarget;
|
||||
|
||||
// fix for 2 pixels bug from mousecords
|
||||
evt.pageX = options.x; evt.pageY = options.y;
|
||||
|
||||
evt.button = { 0:1, 1:4, 2:2 }[evt.button] || evt.button;
|
||||
}
|
||||
return evt;
|
||||
|
||||
Reference in New Issue
Block a user