[Webkit-unassigned] [Bug 74864] There is additional space not belonged to a table between the table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 4 16:57:42 PDT 2012


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





--- Comment #5 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-08-04 16:57:40 PST ---
Good catch, but does this solve the same case for a table with cellspacing? I guess this code will send the hit-test on to test the next cell, but the hit-test will still not be caught because it not actually inside the border-box of the next cell? Perhaps both cases should actually hit the row or table-section instead?

Btw, i think the test-cases could be a little simpler if they used document.elementAtPoint instead of relying on sending and catching events.

-- 
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