View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033101 | Lazarus | LCL | public | 2018-01-30 16:37 | 2020-10-10 19:08 |
Reporter | Jean Patrick | Assigned To | Bart Broersma | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Platform | Linux 64-bit | OS | Linux | ||
Product Version | 1.8 | ||||
Summary | 0033101: TSpinEdit is not working properly on Linux | ||||
Description | When the "MinValue" property of a TSpinEdit is changed to certain values, you can not type on keyboard a value between the minimum and maximum. For example: If set up: MinValue: = 100; MaxValue: = 200; Only allows type on keyboard 100 or 200. It does not allow type on: 101, 102, 103, ... NOTE: You only can change using the cursor arrows or the component buttons. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | - | ||||
Widgetset | GTK 2 | ||||
Attached Files |
|
duplicate of | 0028123 | assigned | Zeljan Rikalo | Patches | TFloatSpinEdit, TSpinEdit: Cannot enter value as expected |
|
I can confirm wirh Lazarus 1.9.0 r57186M and FPC 3.0.4. |
|
Constraints (MinValue/MaxValue) are applied on each OnChange. Example: Minvalue=100, Text = 100, delete last zero, Value becomes 10, which will be reset to MinValue. This should be prevented when you are typing in the control. See 0028123 |
|
As a workaround you can use T(Float)SpinEditEx from LazControls. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-30 16:37 | Jean Patrick | New Issue | |
2018-01-30 16:57 | Vojtech Cihak | Note Added: 0106128 | |
2018-02-04 14:02 | Bart Broersma | Note Added: 0106224 | |
2018-02-04 14:02 | Bart Broersma | Relationship added | related to 0028123 |
2018-02-04 14:03 | Bart Broersma | Note Edited: 0106224 | View Revisions |
2018-02-04 14:04 | Bart Broersma | Note Added: 0106225 | |
2020-10-10 19:08 | Bart Broersma | Assigned To | => Bart Broersma |
2020-10-10 19:08 | Bart Broersma | Status | new => resolved |
2020-10-10 19:08 | Bart Broersma | Resolution | open => duplicate |
2020-10-10 19:08 | Bart Broersma | LazTarget | => - |
2020-10-10 19:08 | Bart Broersma | Widgetset | GTK 2 => GTK 2 |
2020-10-10 19:08 | Bart Broersma | Relationship replaced | duplicate of 0028123 |