[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
Mon Aug 6 02:28:14 PDT 2012


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


Arpita Bahuguna <arpitabahuguna at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arpitabahuguna at gmail.com




--- Comment #6 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-08-06 02:28:12 PST ---
(In reply to comment #5)
> 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?
> 
Hi Allan, thank-you for your comment and apologies for the delayed response.
You are right in assuming that this change does not fix the issue when a table with cellspacing is specified. My fix is simply for the first pixel of the column not being recognized by our hittest logic.
I can perhaps raise another bug for the cellspacing scenario and work on it separately?

> Btw, i think the test-cases could be a little simpler if they used document.elementAtPoint instead of relying on sending and catching events.
I shall upload another patch by using document.elementAtPoint instead; thanks for pointing it out. :)

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