зеркало из https://github.com/mozilla/gecko-dev.git
lookup all columns for possible originating cells, bug 426706 r/sr=bzbarsky a=beltzner
This commit is contained in:
Родитель
4e493051f8
Коммит
e2c0c7cd77
|
@ -1757,7 +1757,8 @@ nsTableRowGroupFrame::FindFrameAt(PRInt32 aLineNumber,
|
|||
}
|
||||
|
||||
nsIFrame* frame = nsnull;
|
||||
for (PRInt32 i = 0; i < numCells; i++) {
|
||||
PRInt32 colCount = table->GetColCount();
|
||||
for (PRInt32 i = 0; i < colCount; i++) {
|
||||
CellData* data = cellMap->GetDataAt(aLineNumber, i);
|
||||
if (data && data->IsOrig()) {
|
||||
frame = (nsIFrame*)data->GetCellFrame();
|
||||
|
|
Загрузка…
Ссылка в новой задаче