Skip to main content
Participant
October 12, 2009
Question

Anyone having undo problem?

  • October 12, 2009
  • 1 reply
  • 888 views

In some scenarios, undoing a paste operation removes an empty line. For example, if editor contains following text:

abc

abc

<empty-line>

def

and i select first two lines using mouse, copy them, and paste in front of the second line, i get this:

abc

abcabc

abc

<empty-line>

def

now if i press ctrl-z, i get following:

abc

abc

def

whereas i should've gotton...

abc

abc

<empty-line>

def

I figured couple of other scenarios where an empty line is removed while undoing text operations. Should this be the expected behavior?

This topic has been closed for replies.

1 reply

October 12, 2009

We have definitely seen this or similar behavior.  One of our developers had posted some steps to reproduce this scenario internally, but I can't find them at the moment.  There is definitely something going on with this case, though.

Brent Arndorfer

Adobe Employee
October 12, 2009

Looks like a bug on our side. We'll look into it. Thanks for reporting it!

- robin

latok1Author
Participant
October 13, 2009

Sure.

- Junaid