View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001382 | JEDI VCL | 00 JVCL Components | public | 2004-02-27 05:09 | 2004-04-22 02:55 |
| Reporter | boerema1 | Assigned To | user72 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001382: JvRichEdit: HeadingStyle returns wrong value | ||||
| Description | HeadingStyle in JvRichEdit returns the wrong value. The error is in TJvParaAttributes.GetHeadingStyle: Paragraph.sStyle := -Paragraph.sStyle + 1; should be: Paragraph.sStyle := -Paragraph.sStyle - 1; | ||||
| Tags | No tags attached. | ||||
|
|
Thanks. Will fix as soon as the FLinesUpdating problem has been resolved (see newsgroup) |
|
|
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. |
|
|
>This bug is still not fixed You're right. Thanks for reminding me. Fixed now. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-02-27 05:09 | boerema1 | New Issue | |
| 2004-02-27 05:30 |
|
Status | new => resolved |
| 2004-02-27 05:30 |
|
Resolution | open => fixed |
| 2004-02-27 05:30 |
|
Assigned To | => user72 |
| 2004-02-27 05:30 |
|
Note Added: 0003098 | |
| 2004-03-09 02:44 |
|
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 |
|
Note Added: 0003331 | |
| 2004-03-13 15:37 |
|
Status | feedback => resolved |
| 2004-03-13 15:37 |
|
Resolution | reopened => fixed |
| 2004-04-22 02:55 |
|
Status | resolved => closed |