Comment 44 for bug 215672

Revision history for this message
In , Olli-pettay (olli-pettay) wrote :

(In reply to comment #42)
> So really, we just need to fix XUL to notify properly... That's clearly not
> 1.9-scope, though.
The bug isn't about XUL not notifying properly but XBL not getting updated when
there have been some updates to DOM.

(In reply to comment #43)
> To fix this bug, I could live with special-casing xul:frame to not start
> loading immediately if StartLayout() hasn't been called yet, and starting that
> load when StartLayout() does happen.
That is possible, yes. Ugly, but possible.