View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006131 | JEDI VCL | 00 JVCL Components | public | 2013-04-17 14:35 | 2014-12-04 16:29 |
Reporter | Pedrault | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006131: TJvRollOut collapsed takes a Height which hides all other controls | ||||
Description | I've put a TJvRollOut with an alTop alignment on a simple TForm. I've put a TMemo in the RollOut. At designtime and runtime, when I collapse the TJvRollOut, the component takes a height which hides every others components except the one with an alBottom alignment. The only difference between runtime and designtime is the TMemo which is hidden in runtime, not in designtime. I've tried to check/uncheck ShowFocus, SmartExpand, SmartShow and ToggleAnywhere but the problem still exists. Is it a normal behaviour or a bug ? | ||||
Tags | No tags attached. | ||||
|
Note : it works perfectly when Placement property is set to plLeft |
|
By adding a OnCollapse Event with: JvRollOut1.Height := JvRollOut1.ButtonHeight + 2; it works. It seems that there is a bug inside the SetCollapsed TJvCustomRollOut's method. Maybe the FCHeight member is wrong ? |
|
Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue. |
|
No news, suspending the issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-17 14:35 | Pedrault | New Issue | |
2013-04-17 16:48 | Pedrault | Note Added: 0020463 | |
2013-04-17 16:57 | Pedrault | Note Added: 0020464 | |
2013-12-13 10:54 | obones | Note Added: 0020728 | |
2013-12-13 10:54 | obones | Status | new => feedback |
2014-12-04 16:29 | obones | Note Added: 0021103 | |
2014-12-04 16:29 | obones | Status | feedback => resolved |
2014-12-04 16:29 | obones | Resolution | open => suspended |
2014-12-04 16:29 | obones | Assigned To | => obones |