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

QML ColorDialog uses TextField.copyAll() which doesn't exist to copy the color

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.15.2
    • Quick: Dialogs
    • None
    • Kubuntu 18.04 while using the installed QT 5.15.2 version of the online installer.
    • Linux/X11

    Description

      When clicking on the "copy button" of the QML ColorDialog, it tries to copy the value of the TextField by calling the "copyAll()" function on it. This function does not exist though (according to documentation and the error message).

       

      Error message: file:///home/kilian/Qt/5.15.2/gcc_64/qml/QtQuick/Dialogs/DefaultColorDialog.qml:385: TypeError: Property 'copyAll' of object TextField_QMLTYPE_13(0x55abeda2f000) is not a function

       

      I put the QML file used (the rest of the project is the default from a new project) as attachment if you want to use it.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            kilian Kilian Hanich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes