[ka-Map-dev] [Bug 1444] New: [ka-Map] query and other functions are offset if page is scrolled

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Wed Apr 26 07:58:46 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1444

           Summary: [ka-Map] query and other functions are offset if page is
                    scrolled
           Product: ka-Map
           Version: 0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: ka-map-dev at lists.maptools.org
        ReportedBy: pspencer at dmsolutions.ca


using e.clientX/Y is not sufficient if kaMap is in a div that can be scrolled on
the page.

suggestion is to use:

e.pageX || (e.clientX +
        (document.documentElement.scrollLeft || document.body.scrollLeft));



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the ka-Map-dev mailing list