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

Glass drag image should be able to custom render it if the native platform can't provide the Image representation

XMLWordPrintable

      Glass drag image should be able to custom render it if the native platform can't provide the Image representation

      On Mac we use [[[NSImage alloc] initWithPasteboard:pasteboard] autorelease] to ask the Pasteboard for the image if ([NSImage canInitWithPasteboard:pasteboard] == YES), but it's possible that the Pasteboard does not know how to render its contents.

      Assuming JFX does not provide the API for clients to set their own image representation and Glass is asked to provide such image automatically, we should provide some image. For complex/unknown UTFs types we could always provide some template image representing drag, such as blank document icon.

            gziemski Gerard Ziemski
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: