Bugs item #494502, was opened at 2001-12-18 00:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=494502&group_id=5757
Category: DynAPI 2 Browser-Specific Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alexandru Craciun (acraciun) Assigned to: Nobody/Anonymous (nobody) Summary: setPageX and setPageY incorrect in IE Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=494502&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/