[Webkit-unassigned] [Bug 40775] Table Cell Layering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 18 07:28:17 PDT 2010


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





--- Comment #5 from Fady Samuel <fsamuel at chromium.org>  2010-06-18 07:28:17 PST ---
On line 995 of RenderTableSection::paintCell, it says:

RenderObject* col = table()->colElement(cell->col());

This is a bug that I didn't catch before posting the patch. 

That should've been 

RenderObject* col = table()->colElement(c);

Thanks.

I will fix this in the next patch after I get some feedback.

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