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

Webgl + FileDialog : Characters are not shown properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 5.15.2
    • QPA: WebGL
    • Ubuntu 18.04, macOS 10.14
    • Linux/X11, macOS

    Description

      When running on webgl, the characters in the file dialog are not shown properly.

      Here's the sample code and the project is also attached.

      FileDialog {
          id: fileDialog
          title: "Please choose a file"
          visible: true
          onAccepted: {
                  console.log("You choose: " + fileDialog.fileUrls)
          }
          onRejected: {
              console.log("Canceled")
          }
      }
      

      Attachments

        1. qtbug91625.png
          qtbug91625.png
          128 kB
        2. qtbug91625.zip
          3 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jefernan Jesus Fernandez
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes