- From: Juan Lanus <juan.lanus@gmail.com>
- Date: Thu, 4 Feb 2010 10:52:19 -0300
- To: Bill Braun <bbraun@hlthsys.com>
- Cc: "[list-email] W3 Amaya" <www-amaya@w3.org>
Received on Thursday, 4 February 2010 13:53:15 UTC
Yes, there is something wrong with the way Amaya handles copied text. It should differentiate the selection of loose text from the selection of lines in the source view. For example, a test case: 1. Open source view 2. In a line with text hit "home" 3. Holding "shift" press the down arrow: a line is selected 4. Copy the selected line ^c 5. Move the insertion point to the beginning of another line, for example using the down arrow several times 6. Paste the copied line ^v The result is that the text of the copied line is inserted before the target line´s. The expected result is inserting a new line above the insertion point. -- Juan Lanus On Fri, Jan 29, 2010 at 14:47, Bill Braun <bbraun@hlthsys.com> wrote: > I suspect this is CR/LF related. > > Original text as it appears in Amaya: > > <li class="servicesli"><a href="">Stuff</a> > <span class="linkdescr">Description...</span></li> > > When all characters between the pipes are copied, > > | <li class="servicesli"><a href="">Stuff</a> > <span class="linkdescr">Description...</span></li>| > > pasting produces, > > <li class="servicesli"><a href="">Stuff</a> <span > class="linkdescr">Description...</span></li> > > Bill Braun > > > >
Received on Thursday, 4 February 2010 13:53:15 UTC