On Sat, Apr 30, 2016 at 01:31:48PM +0200, Sebastian Geerken wrote:
On Fr, Apr 29, 2016, Jorge Arellano Cid wrote:
On Fri, Apr 29, 2016 at 06:41:32PM +0200, Sebastian Geerken wrote:
On Fri, Apr 29, 2016, Nick Warne wrote:
On 29/04/16 16:46, Alexander Voigt wrote:
I noticed, that in current Dillo (tip) there are cases where images overlap surrounding text, making in unreadable. Here is an example page:
https://netzpolitik.org/2016/massenbeschlagnahme-von-mobiltelefonen-in-leipz...
Strange, renders here OK (latest hg pull).
As I wrote, this is hard to reproduce.
Yes.
(I can't reproduce it with your best URL :)
Fortunately, today I managed to find&reduce a case that works all the time here. Attached it goes. Just resize horizontally to see the overlap.
I hope it works there!
Thanks, Jorge, for the perfect testcase. So far, I've tracked down the problem,
Great! :) :)
but I'm not yet sure how to fix it. Hopefully, the fix will also solve the other issues with overlapping floats.
Yes, I also hope in the same direction! FWIW, yesternight, without knowing whether the example would tackle it, I came with a different approach to testing (just in case). Do you remember our slow.cgi testing program? It can be made to serve adjustable chunks of data with adjustable delays, this way: slow.cgi?2048:1:/tmp/testcase.html for 2048 bytes in 1 second (for instance). This could help to reproduce the bug in the network dependent cases by finding the combination that triggers it. Just let me know if you need it as plan B. HTH. -- Cheers Jorge.-