Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138044

wasm: clipboard improvements

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.9.1
    • GUI: Other
    • None
    • Edge, Chrome and Firefox on Windows 10

    • WebAssembly

    Description

      1. There is a trick to write multiple mime types to the clipboard. You only create one clipboard item with several entries. Don't try to create more than one clipboard item.

      see here:

      https://www.stefanjudis.com/notes/a-clipboard-magic-trick-how-to-use-different-mime-types-with-the-clipboard/

      or my code fragment in attached file qwasmclipboard-writeToClipboardApi.cpp.

      2. Actual it is not possible to write HTML and something else to the clipboard. If HTML is present, you discard everything else. It would by nice, to support all mime types.

      3. Support for mime types with "application/..." is possible in some browsers as "web application/...".

      Attachments

        For Gerrit Dashboard: QTBUG-138044
        # Subject Branch Project Status CR V

        Activity

          People

            qt.webassembly qt.webassembly
            volkerh Volker Hemsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change