~tpeeters/ubuntu-ui-toolkit/tabs-autoactive

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QML Button Mouse Events - LMB click on Enabled/disabled
----------------------------------------------------
Disable button, click button, Enable button, click button

Setup: 
N/A

Actions:  
#. Disable Button
#. Click button
#. Enable Button
#. Click button

Expected Result:
#. button is disabled, color is <<TBA>>
#. no clicked() signal is emitted
#. color is color, button is enabled
#. clicked() signal is emitted

Glossary:
MLB = Mouse Left Button