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

Drag and Drop of HTML text results in plain text when used in JFXPanel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u25, 8
    • javafx
    • Windows 7, 32-bit JVM

      I was personally testing this against a WebView component. I don't know if it affects other components as well.

      When retrieving text that has been dragged and dropped from another application from the dragboard object:

      e.g.
      if (dragboard.hasHtml())
      String content = dragboard.getHtml();

      If the component is not within a JFXPanel, it will retrieve actual HTML text.
      If it is in a JFXPanel, then hasHtml returns true but getHtml() gets a *plain text* version of the contents. (And getString() returns the same.)

      Strangely enough, when testing this on a Java 8 prerelease, there is no content at all.

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: