Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.3.1
-
Fix Version/s: 5.3.2
-
Component/s: Quick: Dialogs
-
Labels:None
-
Environment:Ubuntu 14.04 LTS, OSX 10.7.5
-
Commits:46e9a9a3a1a8399adef2be2af683a0321e8bc86c
Description
The Custom Dialog is triggering signals twice
import QtQuick 2.3 import QtQuick.Dialogs 1.2 Dialog { id: myDialog; title: "my Dialog"; standardButtons: StandardButton.Yes; onYes: console.log("click yes!"); Component.onCompleted: visible = true; }
click on "Yes" button and get
qml: click yes!
qml: click yes!
Attachments
Issue Links
- is required for
-
QTBUG-40712 Issues to be fixed before 5.3.2 release
-
- Closed
-
- relates to
-
QTBUG-35933 MessageDialog is triggering handler twice
-
- Closed
-
For Gerrit Dashboard: QTBUG-40613 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
92897,2 | Dialog: do not emit signals twice when a button is clicked | 5.3 | qt/qtquickcontrols | Status: MERGED | +2 | 0 |