Summary: | onmousemove does not report proper values | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | pete |
Component: | khtml ecma | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Here is the test case I oncluded in the email |
Description
pete
2004-02-09 16:38:52 UTC
Created attachment 4596 [details]
Here is the test case I oncluded in the email
You need to scroll to the bottom and click on each link, you will note that the
Y valuse never gets much higher than 700 even though it should be once you
scroll down the page.
CVS commit by mueller: unfiddle various mouse coordinate mess CCMAIL: 74718-done@bugs.kde.org CCMAIL: 70290-done@bugs.kde.org M +5 -0 ChangeLog 1.202 M +11 -13 khtmlview.cpp 1.618 M +25 -3 dom/dom2_events.cpp 1.12 M +10 -2 dom/dom2_events.h 1.15 M +6 -0 ecma/kjs_dom.cpp 1.171 M +2 -6 ecma/kjs_events.cpp 1.82 M +17 -6 xml/dom2_eventsimpl.cpp 1.44 M +8 -2 xml/dom2_eventsimpl.h 1.39 M +13 -10 xml/dom_nodeimpl.cpp 1.228 |