Re: Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-10-11 Thread Mike Swingler
Excellent question. I honestly don’t know, since the addition of that section was part of the original Java 1.4 implementation bring-up on Cocoa (and shares no lineage with the Carbon-based 1.3). While there were bug fixes in the DnD machinery around that area, the flavor map was a section that

Re: Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-10-09 Thread Alexander Scherbatiy
Hello Mike, The initial Clipboard support in CToolkit in Mac OS X [1] recognizes only NSPasteboard data types that have "JAVA_DATAFLAVOR:" prefix: - +jlong indexForFormat(NSString *format) { ... +// If we don't recognize the format, but it's a Java "custom" format

Re: Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-09-18 Thread Eirik Bakke
I can see the bug now at http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8136781 . Thanks again! -- Eirik On 9/18/15, 3:01 PM, "macosx-port-dev on behalf of Eirik Bakke" mailto:macosx-port-dev-boun...@openjdk.java.net> on behalf of eba...@mit.edu> wrote: Hi, Ser

Re: Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-09-18 Thread Eirik Bakke
Hi, Sergey. I've filed the bug and received review ID JI-9024567 for now. Thanks! -- Eirik On 9/18/15, 2:58 PM, "bug-report-daemon...@oracle.com" wrote: >Dear Java Developer, >Thank you for reporting this issue. > >We are evaluating this report and have assigned it a Review ID: >JI-9024567. In

Re: Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-09-18 Thread Sergey Bylokhov
Hi, Eirik. Thanks for report! Please file a new bug at http://bugreport.sun.com/bugreport , don't forget to add a steps to reproduce, then send me a bugid. On 18.09.15 21:18, Eirik Bakke wrote: Hi, macosx-port-dev. There seems to be a bug in the MacOS implementation underlying SystemFlavor

Bug: SystemFlavorMap.addFlavorForUnencodedNative ineffective on MacOS

2015-09-18 Thread Eirik Bakke
Hi, macosx-port-dev. There seems to be a bug in the MacOS implementation underlying SystemFlavorMap.addFlavorForUnencodedNative. Where would the best place to report this be? Is this the relevant mailing list? The bug report follows: My Java application allows users to paste selections from Mi