Bug 569399 - autofocus sometimes does not work because the element has no frame yet. r=hsivonen a=blocking-betaN

This commit is contained in:
Mounir Lamouri 2011-01-03 13:57:45 +01:00
Родитель 1b586856fa
Коммит 3a28b96109
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -203,7 +203,7 @@ nsHtml5TreeOpExecutor::FlushPendingNotifications(mozFlushType aType)
{
if (aType >= Flush_InterruptibleLayout) {
// Bug 577508 / 253951
nsContentSink::StartLayout(PR_FALSE);
nsContentSink::StartLayout(PR_TRUE);
}
}