[Webkit-unassigned] [Bug 119021] The offsetLeft of rows should include border-spacing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 23 14:07:21 PDT 2013


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


Robert Hogan <robert at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at webkit.org




--- Comment #1 from Robert Hogan <robert at webkit.org>  2013-07-23 14:07:13 PST ---
RenderTableSection.cpp:

 527     for (unsigned r = 0; r < totalRows; r++) {
 528         // Set the row's x/y position and width/height.
 529         if (RenderTableRow* rowRenderer = m_grid[r].rowRenderer) {
 530             // FIXME: the x() position of the row should be table()->hBorderSpacing() so that it can 
 531             // report the correct offsetLeft. However, that will require a lot of rebaselining of test results.
 532             rowRenderer->setLocation(LayoutPoint(0, m_rowPos[r]));

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