зеркало из https://github.com/mozilla/pjs.git
this will fix a crahing bug and also fix an editor bug
This commit is contained in:
Родитель
cb9bcffe42
Коммит
6d35ba3ed6
|
@ -7378,7 +7378,6 @@ void CEditContainerElement::FinishedLoad( CEditBuffer *pBuffer )
|
|||
// text element with just a space in a table cell
|
||||
// This is OK and is needed to show cell border in browser
|
||||
XP_Bool bIsTableCellWithOneSpace = FALSE;
|
||||
|
||||
if( pParent && pParent->IsTableCell() && GetNextSibling() == NULL )
|
||||
{
|
||||
if( !pChild )
|
||||
|
@ -7408,7 +7407,9 @@ void CEditContainerElement::FinishedLoad( CEditBuffer *pBuffer )
|
|||
bIsTableCellWithOneSpace = TRUE;
|
||||
}
|
||||
}
|
||||
if( ! bIsTableCellWithOneSpace )
|
||||
CEditBuffer *t_buffer;
|
||||
t_buffer = GetEditBuffer();
|
||||
if( ! bIsTableCellWithOneSpace && (t_buffer && !t_buffer->m_bNoRelayout))
|
||||
{
|
||||
for ( CEditElement* pChild = GetChild();
|
||||
pChild;
|
||||
|
|
1432
lib/layout/layobj.c
1432
lib/layout/layobj.c
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче