Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why is progressive rendering of tables no longer active?

  • 1 reply
  • 6 have this problem
  • 6 views
  • Last reply by 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.

All Replies (1)

more options

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