View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024893 | Lazarus | LCL | public | 2013-08-21 11:54 | 2013-09-25 20:54 |
Reporter | Stefano | Assigned To | Jesus Reyes | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GTK2 | OS | Linux | ||
Product Version | 1.0.10 | ||||
Target Version | 1.2.0 | Fixed in Version | 1.3 (SVN) | ||
Summary | 0024893: DBGrid: Uppercase doesn't work with first character on GTK2 | ||||
Description | Hello, if I use this code in the KeyPress event of a dbgrid in order to force always uppercase: if Ord(Key) in [97..122] then begin Key := Chr(Ord(Key)-32); end; this doesn't work with the first character inserted in the cell from the user. The other characters are set ok to uppercase. I think that this is due to the passage from the editstate of the cell of the grid. On Win32 the problem doesn't occour. Best regards, Stefano | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 42936 | ||||
LazTarget | 1.2 | ||||
Widgetset | GTK 2 | ||||
Attached Files |
|
related to | 0018280 | closed | Zeljan Rikalo | Key changed in TEdit.OnKeyPress ignored |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-21 11:54 | Stefano | New Issue | |
2013-08-21 11:56 | Stefano | Note Added: 0069473 | |
2013-09-22 07:01 | Jesus Reyes | Assigned To | => Jesus Reyes |
2013-09-22 07:01 | Jesus Reyes | Status | new => assigned |
2013-09-25 18:48 | Jesus Reyes | Relationship added | related to 0018280 |
2013-09-25 20:54 | Jesus Reyes | Fixed in Revision | => 42936 |
2013-09-25 20:54 | Jesus Reyes | LazTarget | => 1.2 |
2013-09-25 20:54 | Jesus Reyes | Status | assigned => resolved |
2013-09-25 20:54 | Jesus Reyes | Fixed in Version | => 1.3 (SVN) |
2013-09-25 20:54 | Jesus Reyes | Resolution | open => fixed |
2013-09-25 20:54 | Jesus Reyes | Target Version | => 1.2.0 |