Re: Text area refresh

2013-04-10 Thread Peter Slegg
Date: Mon, 08 Apr 2013 19:54:52 +0100 Subject: Re: Text area refresh In article out-51631b25.md-1.4.17.chris.yo...@unsatisfactorysoftware.co.uk, Chris Young chris.yo...@unsatisfactorysoftware.co.uk wrote: The core handling of Ctrl-V (and any other similar shortcuts) probably needs

Re: Text area refresh

2013-04-10 Thread Ole
Am Mittwoch, den 10.04.2013, 22:11 +0200 schrieb Peter Slegg p.sl...@scubadivers.co.uk: I don't know if it related but the Page Up key does a page-down action. Not related, but should be fixed in the next auto-build.

Re: Text area refresh

2013-04-08 Thread Chris Young
On Fri, 5 Apr 2013 13:09:01 +0200, J. F. Lemaire wrote: On 5 April 2013 12:30, p.sl...@scubadivers.co.uk wrote: What I have noticed recently is that pasting into the text area with Ctrl-V creates 2 copies of the pasted text. Yes, I noticed this too. I suspect this is a frontend issue,

Re: Text area refresh

2013-04-08 Thread Chris Young
On Mon, 08 Apr 2013 19:54:52 +0100, Michael Drake wrote: The core handling of Ctrl-V is the only supported way of pasting. When you select Paste in a menu, the front end should be implementing it by passing Ctrl-V to the core. Oh yes, I didn't realise KEY_PASTE = ASCII 22 = Ctrl-V (until I

Re: Text area refresh

2013-04-08 Thread Ole
Am Montag, den 08.04.2013, 21:53 +0200 schrieb Chris Young chris.yo...@unsatisfactorysoftware.co.uk: Oh yes, I didn't realise KEY_PASTE = ASCII 22 = Ctrl-V (until I looked it up) I still think the double-pasting would be the frontend interpreting it directly as a KEY_PASTE *and* passing

Re: Text area refresh

2013-04-05 Thread p . slegg
What I have noticed recently is that pasting into the text area with Ctrl-V creates 2 copies of the pasted text. Peter

Re: Text area refresh

2013-04-04 Thread J. F. Lemaire
On 26/03/2013, Michael Drake t...@netsurf-browser.org wrote: In article 4136879.Nb86WAdMgm@chertsey, Jean-François Lemaire jflema...@skynet.be wrote: 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.

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

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

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!

Text area refresh

2013-03-19 Thread Peter Slegg
While work is being done on textareas maybe it is a good time to raise this again ? When typing in a textarea, each key press causes a refresh of the entire textarea. You may not notice this on a fast cpu but on a 68060 it is very noticeable and the more text there is, the slower it gets.