[Webkit-unassigned] [Bug 23178] offsetTop is wrong in some cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 7 17:21:23 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23178
------- Comment #2 from klobag at gmail.com 2009-01-07 17:21 PDT -------
This seems to be caused by http://trac.webkit.org/changeset/35551.
Instead of
int y = yPos() - borderTopExtra() - offsetPar->borderTop();
it should be
int y = yPos() - borderTopExtra() + offsetPar->borderTopExtra() -
offsetPar->borderTop();
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list