View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004854 | JEDI VCL | 00 JVCL Components | public | 2009-07-08 16:27 | 2009-10-25 18:49 |
Reporter | gpcaretti | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Delphi 2007 | OS | Microsoft Windows | OS Version | XP and Vista |
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.39 | |||
Summary | 0004854: TJvScrollText: vertical scroll cycles wrongly | ||||
Description | When text scrolls up or down it does NOT re-appear from the opposite side as soon as it disappears on the other side. That's because the scroller text area is high as the entire scroller height (you can view it forcing FText.BorderStyle := sbsSingle in the TJvScrollerText.Create constructor). To solve it fix the problem removing code lines such as the following: if FText.Height < Height then FText.Height := Height; See attached demo. | ||||
Steps To Reproduce | See attached demo. Run again the demo using the patched unit attached here | ||||
Additional Information | related issues: 4763 and 4764 | ||||
Tags | No tags attached. | ||||
2009-07-08 16:32
|
JvScrollTextBug4854.zip (1,614 bytes) |
2009-07-08 16:37
|
JvScrollText4854.zip (4,012 bytes) |
|
Fixed in SVN. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-08 16:27 | gpcaretti | New Issue | |
2009-07-08 16:32 | gpcaretti | File Added: JvScrollTextBug4854.zip | |
2009-07-08 16:37 | gpcaretti | File Added: JvScrollText4854.zip | |
2009-07-09 14:21 | obones | Status | new => acknowledged |
2009-10-25 18:49 | AHUser | Note Added: 0016821 | |
2009-10-25 18:49 | AHUser | Status | acknowledged => resolved |
2009-10-25 18:49 | AHUser | Fixed in Version | => Daily / SVN |
2009-10-25 18:49 | AHUser | Resolution | open => fixed |
2009-10-25 18:49 | AHUser | Assigned To | => AHUser |