RESOLVED DUPLICATE of bug 3429 Bug 4427
Copying transformed text sets some pasteboard flavors incorrectly
https://bugs.webkit.org/show_bug.cgi?id=4427
Summary Copying transformed text sets some pasteboard flavors incorrectly
Alexey Proskuryakov
Reported 2005-08-14 01:58:54 PDT
Steps to reproduce: 1. Open the attached testcase 2. Select all and copy the text to clipboard 3. Using Clipboard Viewer, look at NSStringPboardType and NeXT plain ascii pasteboard type. Results: these flavors are not correctly transformed to upper case. Discussion: I have tracked this issue to [WebCoreBridge selectedString] returning text without CSS transformations applied (actually, [WebCoreBridge selectedAttributedString] does the same). Perhaps, this affects more than just copying...
Attachments
test case (235 bytes, text/plain)
2005-08-14 02:00 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2005-08-14 02:00:53 PDT
Created attachment 3377 [details] test case
Darin Adler
Comment 2 2005-08-14 02:02:01 PDT
It's the TextIterator that would have to be fixed.
Darin Adler
Comment 3 2005-08-14 02:03:05 PDT
*** This bug has been marked as a duplicate of 3429 *** *** This bug has been marked as a duplicate of 3429 ***
Note You need to log in before you can comment on or make changes to this bug.