[Webkit-unassigned] [Bug 13981] <br> prevents click handler from firing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 10:08:50 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13981


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15084|review?                     |review-
               Flag|                            |




------- Comment #10 from eric at webkit.org  2007-06-18 10:08 PDT -------
(From update of attachment 15084)
This line needs to be made more understandable:
-        if (child->nodeAtPoint(request, result, _x, _y, _tx, _ty,
hitTestAction)) {
+        if (child->nodeAtPoint(request, result, _x - (_tx - ctm.e()), _y -
(_ty - ctm.f()), 0, 0, hitTestAction)) {

by breaking it out into more lines with better names.

The code otherwise looks fine. 


-- 
Configure bugmail: http://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