View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001493 | JEDI VCL | 00 JVCL Components | public | 2004-03-18 10:04 | 2004-03-18 14:20 |
| Reporter | ricolebo | Assigned To | user72 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001493: JvPageControl caption in unit JvComCtrls | ||||
| Description | JvPageControl caption haven't the good index when some tabSheet are not visible. in procedure TJvPageControl.DrawShadowTab() and TJvPageControl.DrawDefaultTab() to find the realIndex of the page the code is : RealIndex := TabIndex; while not Pages[RealIndex].TabVisible do Inc(RealIndex); It should be : RealIndex := 0; i := 0; while ((i <= TabIndex+RealIndex)) do begin if not Pages[i].TabVisible then Inc(RealIndex); Inc(i); end; RealIndex := RealIndex + TabIndex; | ||||
| Additional Information | To reproduce the bug create 4 tabSheets and set the second to visible = false => tabSheet 4 caption = tabSheet 3 caption | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-18 10:04 | ricolebo | New Issue | |
| 2004-03-18 14:20 |
|
Status | new => resolved |
| 2004-03-18 14:20 |
|
Resolution | open => fixed |
| 2004-03-18 14:20 |
|
Assigned To | => user72 |
| 2004-03-18 14:20 |
|
Note Added: 0003382 |