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

QLineEdit emits editingFinished twice if focus is changed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.12.2
    • None

      QLineEdit emits editingFinished twice if the focus is changed

      If a signal handler of QLineEdit::editingFinished changes focus, then the signal (editingFinished) is emitted twice.
      This can lead to nasty issues and is a change of behaviour.

      In Qt Design Studio this was triggered by showing an error dialog by certain inputs. The second signal will trigger the same dialog again. This is blocking the application on macOS.

      See: QTBUG-74554 for the same issue in Qt Quick .

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            brook_cronin_qt Brook Cronin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes