Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Why is progressive rendering of tables no longer active?

  • 1 ответ
  • 6 имеют эту проблему
  • 6 просмотров
  • Последний ответ от kjolley

more options

I have a web application that can generate a large table - this can take many minutes. This isn't a problem since individual rows were previosly displayed in 1-2 seconds. Now with FF4 it seems that large tables only display once they have finished loading (after the closing </table> tag is received), whereas with FF3 (as well as Chrome and Safari) they start rendering as soon as data is received.

I have a web application that can generate a large table - this can take many minutes. This isn't a problem since individual rows were previosly displayed in 1-2 seconds. Now with FF4 it seems that large tables only display once they have finished loading (after the closing </table> tag is received), whereas with FF3 (as well as Chrome and Safari) they start rendering as soon as data is received.

Все ответы (1)

more options

Quick followup to this. The issue is resolved by setting html5.parser.enable to false in about:config.