![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | Overlapped selected text | ||
|---|---|---|---|
| Product: | TeeGrid for Delphi | Reporter: | david berneda <david> |
| Component: | Grid | Assignee: | david berneda <david> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | marc |
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | wrong text | ||
Fixed in latest source. |
Created attachment 706 [details] wrong text Under some circumstances (not yet easily reproducible by code), a cell gets painted its text twice, resulting in overlapped text. I suspect the problem is when selecting a cell, then un-selecting it. An easy way to reproduce this issue manually is to open this demo: demos\VCL\TeeBI\Customer_Orders and then selecting / un-selecting / expanding and collapsing rows until the problem happens. See attached picture