Re: Text area refresh

2013-03-21 Thread Michael Drake
In article 00112fcb.01dac5001...@smtp.freeola.net,
   Peter Slegg p.sl...@scubadivers.co.uk wrote:

 When typing in a textarea, each key press causes a refresh of the entire
 textarea.

I've updated the single line textarea (used for search boxes and
passwords), to reduce unnecessary redraw in some cases.  Please try CI
build #1000 or later and let me know if it's any better.

For multi-line textareas, it's a bit more complex.  I'll work on them
next.  I've already done little -- scrollbars won't be redrawn with every
letter you type now, unless the input actually forces the textarea to
scroll.

-- 

Michael Drake (tlsa)  http://www.netsurf-browser.org/



Re: Text area refresh

2013-03-21 Thread Jean-François Lemaire
On Thursday 21 March 2013 19:01:53 Michael Drake wrote:
 In article 00112fcb.01dac5001...@smtp.freeola.net,
 
Peter Slegg p.sl...@scubadivers.co.uk wrote:
  When typing in a textarea, each key press causes a refresh of the entire
  textarea.
 
 I've updated the single line textarea (used for search boxes and
 passwords), to reduce unnecessary redraw in some cases.  Please try CI
 build #1000 or later and let me know if it's any better.

I tried the Atari build and indeed it is much better now. It would be 
fantastic if multi-line textareas could be improved in the same way. Thanks 
for this!

Cheers,
JFL
-- 
Jean-François Lemaire



Re: Text area refresh

2013-03-21 Thread Ole
Am Donnerstag, den 21.03.2013, 20:25 +0100 schrieb Jean-François 
Lemaire



I tried the Atari build and indeed it is much better now. It would be
fantastic if multi-line textareas could be improved in the same way. 
Thanks

for this!


Yes, typing results in no flickering now. Thanks!