View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026040 | Lazarus | Widgetset | public | 2014-04-19 11:19 | 2014-04-19 15:38 |
Reporter | Vojtech Cihak | Assigned To | Zeljan Rikalo | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | amd64 | OS | Linux | ||
Product Version | 1.3 (SVN) | ||||
Summary | 0026040: Non-autosized ComboBox dimensions are invalid [Qt] | ||||
Description | Dimensions of non-autosized ComboBox does not correspond to what is actually painted on the form. | ||||
Steps To Reproduce | Run demo. There are two identical ComboBoxes. The upper is autosized (default) while the other is AutoSize=False. Clicking on them outputs their size to console. The first return valid dimensions (178x23) while the other returns invalid (smaller) size (151x21). | ||||
Additional Information | Lazarus 1.3 r44732M FPC 2.7.1 x86_64-linux-qt | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 44765 | ||||
LazTarget | - | ||||
Widgetset | QT | ||||
Attached Files |
|
|
|
|
hm..non-autosized returns client rect sizes as boundsrect. |
|
@ non-autosized returns client rect sizes as boundsrect. I tested and ClientRect is always same as BoundsRect, regardless of the AutoSIze. You probably mean some ClientRect of the widgetset. I forgot to mention that it works well on GTK2. I also observed that only csDropDown is affected. |
|
Please test and close if ok. |
|
I tested with r.44765. Thanks. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-19 11:19 | Vojtech Cihak | New Issue | |
2014-04-19 11:19 | Vojtech Cihak | File Added: ComboSize.zip | |
2014-04-19 12:48 | Zeljan Rikalo | Note Added: 0074457 | |
2014-04-19 13:46 | Vojtech Cihak | Note Added: 0074458 | |
2014-04-19 14:30 | Zeljan Rikalo | Assigned To | => Zeljan Rikalo |
2014-04-19 14:30 | Zeljan Rikalo | Status | new => assigned |
2014-04-19 14:42 | Zeljan Rikalo | Fixed in Revision | => 44765 |
2014-04-19 14:42 | Zeljan Rikalo | LazTarget | => - |
2014-04-19 14:42 | Zeljan Rikalo | Note Added: 0074459 | |
2014-04-19 14:42 | Zeljan Rikalo | Status | assigned => resolved |
2014-04-19 14:42 | Zeljan Rikalo | Resolution | open => fixed |
2014-04-19 15:38 | Vojtech Cihak | Note Added: 0074460 | |
2014-04-19 15:38 | Vojtech Cihak | Status | resolved => closed |