View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032368 | Lazarus | Widgetset | public | 2017-09-02 14:30 | 2017-09-04 23:07 |
Reporter | Valdas Jankūnas | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | linux 64 bit | OS | Kubuntu 17.04 | ||
Product Version | 1.9 (SVN) | ||||
Summary | 0032368: TFloatSpinEdit emits dealyed secondary OnChange on Value change when DecimalPlaces=0 | ||||
Description | When FloatSpinEdit.DecimalPlaces is set to 0 and Value is changed programmatically first time then secondary OnChange event occurs outside procedure that changes that Value. | ||||
Steps To Reproduce | Try attached test project: - start application, - press "DecimalPlaces := 0", - press "Value := 2"; Memo output: "WS = GTK2 FloatSpinEdit1Change occurred Setting FloatSpinEdit.DecimalPlaces := 0 FloatSpinEdit1Change occured Button1Click: START Button1Click: change value in FloatSpinEdit Button1Click: END FloatSpinEdit1Change occurred" | ||||
Additional Information | Maybe related 0031618 Qt and Qt5 don't have this behavior. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | |||||
Widgetset | GTK 2 | ||||
Attached Files |
|
related to | 0031618 | closed | Juha Manninen | TSpinEdit.OnChange events in GTk2 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-02 14:30 | Valdas Jankūnas | New Issue | |
2017-09-02 14:30 | Valdas Jankūnas | File Added: test.zip | |
2017-09-04 23:07 | Bart Broersma | Relationship added | related to 0031618 |