View Issue Details

IDProjectCategoryView StatusLast Update
0001382JEDI VCL00 JVCL Componentspublic2004-04-22 02:55
Reporterboerema1Assigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001382: JvRichEdit: HeadingStyle returns wrong value
DescriptionHeadingStyle in JvRichEdit returns the wrong value.
The error is in TJvParaAttributes.GetHeadingStyle:
Paragraph.sStyle := -Paragraph.sStyle + 1;
should be:
Paragraph.sStyle := -Paragraph.sStyle - 1;
TagsNo tags attached.

Activities

user72

2004-02-27 05:30

  ~0003098

Thanks. Will fix as soon as the FLinesUpdating problem has been resolved (see newsgroup)

boerema1

2004-03-13 06:10

reporter   ~0003328

Besides the fixed bug there was another bug which I think I only mentioned in the newsgroup. This bug is still not fixed:

In GetHeadingStyle:
...
    if (Paragraph.sStyle >= Low(THeadingStyle)) and (Paragraph.sStyle <= Low(THeadingStyle)) then

The Second Low should be High.

user72

2004-03-13 15:35

  ~0003331

>This bug is still not fixed
You're right. Thanks for reminding me. Fixed now.

Issue History

Date Modified Username Field Change
2004-02-27 05:09 boerema1 New Issue
2004-02-27 05:30 user72 Status new => resolved
2004-02-27 05:30 user72 Resolution open => fixed
2004-02-27 05:30 user72 Assigned To => user72
2004-02-27 05:30 user72 Note Added: 0003098
2004-03-09 02:44 user72 Status resolved => closed
2004-03-13 06:10 boerema1 Status closed => feedback
2004-03-13 06:10 boerema1 Resolution fixed => reopened
2004-03-13 06:10 boerema1 Note Added: 0003328
2004-03-13 15:35 user72 Note Added: 0003331
2004-03-13 15:37 user72 Status feedback => resolved
2004-03-13 15:37 user72 Resolution reopened => fixed
2004-04-22 02:55 user72 Status resolved => closed