Hi Yago, This bug is from codemirror. Actually, we use a custom version and this bug have been fixed in a new version.
As we propose (kschan) a new patch directly into codemirror, we must wait to see when and how we can update this component. Stay tune ;) Best, Yannick Le Samedi 3 Avril 2010 03:28:55, Yago Ferrer a écrit : > Hi Yannick, > > I found a weird bug with copy/paste. > > 1. Open any file in the Online Editor > > 2. Inside two tags, for example: > <para> > </para> > * Notice the 4 spaces soft tabs. > > 3. Write something inside: > <para> > example > </para> > > 4. Use only the keyword to copy/paste, immediate after you stop typing the > word 'example': > 1. Press the "Home" key. > 2. Press and Hold the Shift + "End" key. > 3. Control + V > > 4. Now try Control + C in the same spot. > > It will show something like: > <para> > exampleexample > </para> > > And if you keep copy/pasting the result it gets more funny: > > <para> > exampleexample exampleexample > </para> > > Thanks
