久久国产精品亚洲艾草网_黄色视频在线免费观看_国产强伦姧在线观看_无码国产69精品久久久久网站

IE10.0瀏覽器畫圖時(shí)window.event.y顯示不正確bug

廣告:

IE10.0瀏覽器畫圖時(shí)window.event.y顯示不正確bug

x = (this.isMSIE) ? (window.event.x - this.pic.offsetLeft) : (e.pageX - pos.x);

y = (this.isMSIE) ? (window.event.y - this.pic.offsetTop) : (e.pageY - pos.y);

以上改成下面:

if (this.isMSIE10_0)

{

/*

x = window.event.x- pos.x;

y = window.event.y- pos.y;

*/

x = window.event.clientX + document.documentElement.scrollLeft - pos.x;

y = window.event.clientY + document.documentElement.scrollTop - pos.y;

}

else

{

x = (this.isMSIE) ? (window.event.x - this.pic.offsetLeft) : (e.pageX - pos.x);

y = (this.isMSIE) ? (window.event.y - this.pic.offsetTop) : (e.pageY - pos.y);

}

廣告:

編輯:Admin 時(shí)間:2013/4/5 14:13:49 閱覽:1166   返回    
IE10
畫圖
掃描關(guān)注53BK報(bào)刊官網(wǎng)
掃描關(guān)注閱速公司微信