View Issue Details

IDProjectCategoryView StatusLast Update
0001402JEDI VCL00 JVCL Componentspublic2004-04-02 10:59
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001402: TJvxSplitter mixed up the components when was moved
DescriptionJCL+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.
TagsNo tags attached.

Activities

user72

2004-03-01 01:34

  ~0003127

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.

user72

2004-04-02 10:59

  ~0003592

Since no feedback, assuming it works.

user72

2004-04-02 10:59

  ~0003593

Since no feedback, assuming it works.

Issue History

Date Modified Username Field Change
2004-03-01 01:14 anonymous New Issue
2004-03-01 01:34 user72 Note Added: 0003127
2004-03-01 01:34 user72 Status new => acknowledged
2004-04-02 10:59 user72 Status acknowledged => resolved
2004-04-02 10:59 user72 Resolution open => fixed
2004-04-02 10:59 user72 Assigned To => user72
2004-04-02 10:59 user72 Note Added: 0003592
2004-04-02 10:59 user72 Note Added: 0003593