display issue on lacoop26-07.fr

2013-04-15 Thread François Revol
I noticed a display issue on: http://www.lacoop26-07.fr/ (both GTK and Haiku) The main text block (the 2 photos and the text below) seems to disappear when scrolling up, and reappears when scrolling down. It seems scrolling the page totally on the left makes it visible when scrolling up/down, at

Re: display issue on lacoop26-07.fr

2013-04-15 Thread Chris Young
On Mon, 15 Apr 2013 15:31:00 +0200, RnJhbsOnb2lzIFJldm9s wrote: > I noticed a display issue on: > http://www.lacoop26-07.fr/ > > (both GTK and Haiku) > > The main text block (the 2 photos and the text below) seems to disappear > when scrolling up, and reappears when scrolling down. > It seems sc

Fetch polling change branch

2013-04-15 Thread Chris Young
All I've just created a branch chris/scheduled-fetches because currently when downloading, NetSurf runs in a busy loop fetching data. This really slows down the whole system ounder AmigaOS because NetSurf ends up hogging most of the processor time. In the branch I've changed the main loop so it

NetSurf Build System / Atari support

2013-04-15 Thread Ole
Hello, It looks like the current netsurf buildsystem isn't able to compile correct executables for the atari target, this is especially bad when running on coldfire, where the build failure results in illegal instructions (when m68k CPU emulation is turned off). (the sdk build maybe suffers the

Re: Fetch polling change branch

2013-04-15 Thread Chris Young
Although I have just realised I can put my change at the top of gui_poll without touching the core, so I'm going to do that. It's worth considering stopping the core poll-looping during fetches by default though. Chris

Re: Fetch polling change branch

2013-04-15 Thread John-Mark Bell
On Mon, 2013-04-15 at 23:38 +0100, Chris Young wrote: > Although I have just realised I can put my change at the top of > gui_poll without touching the core, so I'm going to do that. > > It's worth considering stopping the core poll-looping during fetches > by default though. There's a preprocess

Re: Fetch polling change branch

2013-04-15 Thread Chris Young
On Tue, 16 Apr 2013 00:01:03 +0100, John-Mark Bell wrote: > On Mon, 2013-04-15 at 23:38 +0100, Chris Young wrote: > > Although I have just realised I can put my change at the top of > > gui_poll without touching the core, so I'm going to do that. > > > > It's worth considering stopping the core p