Menu

#199 setPageX and setPageY incorrect in IE

open
nobody
5
2001-12-18
2001-12-18
No

In the DynLayer class the functions setPageX and
setPageY for IE set the position as the following:
setX(this.parent.getPageX()-x) respectively
setY(this.parent.getPageY()-y).

Correct is:
setX(x - this.parent.getPageX()) respectively
setY(y - this.parent.getPageY())

Version of DynAPI used: 2.5.6

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.