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

[Mac] opening QML FileDialog causes runtime warning "+[CATransaction synchronize] called within transaction"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 6.5.1
    • Quick: Dialogs
    • None
    • Qt 6.5.1
      macOS 13.4.1
    • macOS

    Description

      The following warning/error appears in application output as soon as FileDialog is opened
      2023-07-12 14:52:10.030 appTextEditBrokenWrap[79777:15574475] +[CATransaction synchronize] called within transaction

      Run in Qt Creator, press the button, observe app output

      import QtQuick
      import QtQuick.Controls
      import QtQuick.Dialogs
      import QtQuick.Window
      
      Window {
          id: window
          width: 640
          height: 480
          visible: true
      
          Button {
              x: 20; y: 20
              text: "Open"
              onClicked: fileDialog.open()
          }
      
          FileDialog {
              id: fileDialog
              fileMode: FileDialog.OpenFile
          }
      }
      

      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
            sergei.nevdakh Sergei Nevdakh
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes