GNOME Bugzilla – Bug 345959
Copy-and-paste results in a presentation form being copied
Last modified: 2007-09-03 10:37:04 UTC
Please describe the problem: I tried copying a code example from the PostScript Language Reference Manual into my editor, but the operation copied the presentation form of a ligature rather than the actual characters. Steps to reproduce: 1. evince PLRM.pdf 2. navigate to the detailed description of the fill operator (page 603 of 912 or page "589" in the document) 3. select the three-line code example "gsave fill restore" 4. Copy in evince 5. Paste in gnome-terminal Actual results: Expected results: Does this happen every time? Other information: The version of evince I used advertises itself as 0.5.2, but I'm pretty sure it was a build I made from cvs at some point.
I don't know what happened to some of the sentences I had typed in the original bug report. But what happens is that the characters "fill" are pasted where the expected and desired result is for the charcters "fill" to be pasted.
I think it's just a broken document problem. Can you check it with acrobat reader?
(In reply to comment #2) > I think it's just a broken document problem. Can you check it with acrobat > reader? I'm quite sure I originally checked this with acroread as well, and it worked fine. (Though I am a bit surprised to see I didn't mention that in the original bug report.) Yes, I just checked again and acroread does copy-and-pase this text correctly from the same document. -Carl
Ok, thanks a lot.
Isn't this the same as bug 341497?
(In reply to comment #5) > Isn't this the same as bug 341497? Was the above comment made to an incorrect bug report? Or is there a typo in it? I cannot make any sense of the above: "this" is a bug report concerning a ligature presentation form being pasted instead of the set of characters it represents. bug 341497 is about crashes due to a window->group assertion failure. I don't see any connection. -Carl
Um, I meant bug 341947, obviously. Sorry.
This problem seems to be fixed with poppler cvs head and evince svn trunk. Thanks for reporting.