View Issue Details

IDProjectCategoryView StatusLast Update
0004854JEDI VCL00 JVCL Componentspublic2009-10-25 18:49
ReportergpcarettiAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformDelphi 2007OSMicrosoft WindowsOS VersionXP and Vista
Product VersionDaily / GIT 
Target VersionFixed in Version3.39 
Summary0004854: TJvScrollText: vertical scroll cycles wrongly
DescriptionWhen 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 ReproduceSee attached demo.
Run again the demo using the patched unit attached here
Additional Informationrelated issues: 4763 and 4764
TagsNo tags attached.

Activities

2009-07-08 16:32

 

JvScrollTextBug4854.zip (1,614 bytes)

2009-07-08 16:37

 

JvScrollText4854.zip (4,012 bytes)

AHUser

2009-10-25 18:49

developer   ~0016821

Fixed in SVN.

Issue History

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