[Webkit-unassigned] [Bug 124027] New: Fix touch hit rect position for table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 18:26:57 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124027

           Summary: Fix touch hit rect position for table cells
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: benjamin at webkit.org, enrica at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/3c03e45ae01659cf203415a242498a4d9cfac7dc

RenderTableCell is unusual in that its location offset includes the offset of
its parent row.  We compensate for this in other places (like offsetFromContainer),
and so this CL also compensates for this in touch hit rect generation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list