copy and paste bug

Worker

Member³
I think this may have been reported before, but since it's still in 8.0.4 and I have a handy little testcase, I'm reporting it again.

1. Open a blank program window and paste in the following:

Code:
alpha bravo charlie
alpha bravo charlie
alpha

2. Put the text "alphabet" on your clipboard
3. In the program window press the following keys:
3.a Control-Home (put the cursor at the beginning)
3.b Control-F (Find...)
3.c Enter (Find "alpha")
3.d Control-V (Paste, replacing the first occurrence of "alpha" with "alphabet")
3.e F3 (Find again)

Note that at this point the "alpha" in "alphabet" is found instead of the second occurrence of "alpha". I believe this is a bug.

3.f F3 (again, to fight the bug and find the second occurrence of "alpha")
3.g Control-V (Paste, replacing the second occurrence of "alpha" with "alphabet")
3.h F3 (hits the bug again)
3.i F3 (again, to fight the bug)

Note that at this point the third occurrence of "alpha" is not found. I believe this is another bug.
 
Back
Top