Side navigation
#4818 closed bug (duplicate)
Opened June 25, 2009 11:23AM UTC
Closed November 19, 2010 10:21PM UTC
Last modified November 19, 2010 10:21PM UTC
Wrong ClientX/ClientY calculating in IE6 & IE 7 in Standard Mode
Reported by: | twirl | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is 2 pixel gap because of IE's document.documentElement.clientLeft and document.documentElement.clientTop, which should be subtracted to obtain correct ClientX and ClientY values.
http://ajaxian.com/archives/javascript-tip-cross-browser-cursor-positioning
Related: #4927