On Fri, Apr 29, 2016 at 10:11:37PM +0100, higuita wrote:
On Fri, 29 Apr 2016 13:41:16 -0300, Jorge Arellano Cid <jcid at dillo.org> wrote:
Does going Back and Forward fix the problem?
Yes, it solves the problem. Reload also solves this.
For me, i can reproduce this ~70% of the attempts. it seems just a race drawing the page and getting the resources from the internet.
That's my point. The rendering algorithm seems to make a decision on incomplete data (sometimes depending on available data) and, also sometimes, it can't recover when all data is got. Now, if you feed it the whole of the data, it seldom fails. I hope the reduced test case fails because it gets to that point in the algorithm and not because it always fails. -- Cheers Jorge.-