Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8005932

Java 7 on mac os x only provides text clipboard formats

    XMLWordPrintable

Details

    • b78
    • Verified

    Backports

      Description

        Java 7 provides less clipboard formats then jdk 6

        The missing formats:
        text/html
        text/rtf

        You can print available formats by the following code:

        for (final DataFlavor flavor :
        Toolkit.getDefaultToolkit().getSystemClipboard().getAvailableDataFlavors()) {
                    System.out.println(flavor.getMimeType());
        }

        Attachments

          Issue Links

            Activity

              People

                mcherkas Mikhail Cherkasov (Inactive)
                webbuggrp Webbug Group
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: