Lines Matching full:cell
59 <rdar://problem/5483370> GoogleDocs: Deleting cell text in a table row also removes any empty rows beneath the row being edited
831 make CSS cell cursor more mac-like
8484 in the last cell of a block table, expand it so that
10748 Crash while setting display:none for a table cell with selection
10752 layout since cell grid would still have refence to the dead cell.
10757 they could crash in similar way as cell.
11396 Tests: fast/table/100-percent-cell-width.html
12033 <rdar://problem/5387578> Crash at ReplaceSelectionCommand::doApply() when pasting just after table cell content
15853 Tweak the class names we give to the icon table cell to make it easier to style
15856 (WebCore::FTPDirectoryTokenizer::appendEntry): The the table cell a "IconCell" class name and
34606 We only need this hack for drawing the search field focus ring on Tiger. On Leopard, drawWithFrame correctly draws the cell's focus ring.
38630 * platform/mac/PopupMenuMac.mm: (WebCore::PopupMenu::show): Added call to dismissPopup so the cell gets unattached properly.
39084 Make sure to adjust the baseline of a percentage height table cell's row if the
39085 cell flexes (and lowers the baseline).
41047 Fix for bug 12691, generated content and display: table-cell duplicates
41054 Added fast/css-generated-content/table-cell-before-content.html
42000 repaintObjectsBeforeLayout() if the cell didn't need layout with
42002 delta between the old and new widths, since by marking the cell for
42739 Crash when dragging text into a link inside a table cell
43131 Prettier, more modern 'cell' cursor
43825 Subtract our borders and padding in the auto or percent table cell
43979 REGRESSION (r13366): Invisible table cell background is painted
43981 Test: fast/table/invisible-cell-background.html
43985 background if the cell is not visible. This behavior matches WinIE and Opera.
44379 If a selection ends in a table cell, we shouldn't perform
44385 because the table cell is empty). We prevent the merge
44388 an enclosing table cell, the node tableCell doesn't, so
45030 REGRESSION: Crash deleting a selection that starts in an editable table cell
46086 into the last table cell.
46088 its not from another table cell).
46115 cell.
46549 Test: fast/replaced/selection-rect-in-table-cell.html
55099 fast/repaint/table-cell-vertical-overflow.html
56675 REGRESSION: Google Calendar cell highlight misplaced
58949 support where, under very specific circumstances, a table cell will
65695 first row. Changed to divide the width specified for a cell that spans multiple
66758 Fixed a bug where a table cell incorrectly expanded to encompass floats inside an overflow:auto block.
68526 (WebCore::RenderTableSection::paint): Changed to paint overflow. If any cell
68529 cell inside.
70623 Incomplete repaint of table cell's collapsed border when changing only the cell
70625 Test: fast/repaint/table-cell-collapsed-border.html
70631 outer half of any collapsed borders. This function checks the cell's borders'
70633 contribute to the length of this cell's borders perpendicular to them, making
70634 such a border overflow the cell in both dimensions.
70642 that is outside the cell (different from the inner width when the total width is odd).