View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001402 | JEDI VCL | 00 JVCL Components | public | 2004-03-01 01:14 | 2004-04-02 10:59 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001402: TJvxSplitter mixed up the components when was moved | ||||
Description | JCL+JVCL 2.10 I have four elements on the simply form at the order (from the top of form): 1. TopPanel (align:=alClient) 2. Splitter (align:=alBottom) 3. BottomPanel (align:=alBottom) 4. StatusBar (align:=alBottom) When i was finished resizing TopPanel/BottomPanel by moving Splitter, components is mixed to next order (StatusBar and BottomPanel was changed by position): 1. TopPanel 2. Splitter 3. StatusBar 4. BottomPanel I think, that is a bug. | ||||
Tags | No tags attached. | ||||
|
It is a bug but not in the splitter: you can see the exact same behavior if you use Borland's splitter. I suspect it is a problem with alignment, not splitting, but I haven't checked it more closely. I usually solve this by setting StatusBar.Top := Form.Height + 10 (or something) in the T(?)Splitter.OnMoved event. You can too. |
|
Since no feedback, assuming it works. |
|
Since no feedback, assuming it works. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-01 01:14 | anonymous | New Issue | |
2004-03-01 01:34 |
|
Note Added: 0003127 | |
2004-03-01 01:34 |
|
Status | new => acknowledged |
2004-04-02 10:59 |
|
Status | acknowledged => resolved |
2004-04-02 10:59 |
|
Resolution | open => fixed |
2004-04-02 10:59 |
|
Assigned To | => user72 |
2004-04-02 10:59 |
|
Note Added: 0003592 | |
2004-04-02 10:59 |
|
Note Added: 0003593 |