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...
Created attachment 3377 [details] test case
It's the TextIterator that would have to be fixed.
*** This bug has been marked as a duplicate of 3429 *** *** This bug has been marked as a duplicate of 3429 ***