View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034462 | mantisbt | relationships | public | 2024-05-20 07:51 | 2024-08-25 04:31 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.24.0 | ||||
Target Version | 2.26.3 | Fixed in Version | 2.26.3 | ||
Summary | 0034462: Truncated HTML entities shown in Relationship Graph nodes' Issue summary | ||||
Description | When displaying Relationship and Dependency Graphs with Summary, if an Issue's summary contains HTML special characters the truncation logic to keep the nodes boxes small does not detect them and could truncate the output in the middle of the encoded entity, as shown in attached screenshot. Truncation should occur on raw Summary text, and escaping should only happen after that. | ||||
Tags | No tags attached. | ||||
MantisBT: master-2.26 317d7754 2024-05-20 07:59 Details Diff |
Fix display of summary in relationship graph nodes Apply string_attributes() after truncating the raw Summary text. Also, use string_attributes instead of string_display_line_links(), as GraphViz is not able to handle links and other HTML formatting, and they are not rendered in the HTML title attribute either. Fixes 0034462 |
Affected Issues 0034462 |
|
mod - core/relationship_graph_api.php | Diff File |