MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012644 | VTK | (No Category) | public | 2011-10-11 18:21 | 2013-06-05 18:10 |
Reporter | Xiaofeng Z | ||||
Assigned To | Jean-Christophe Fillion-Robin | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0012644: Unable to display "%" as the last character in tooltip using "SetTooltipLabelFormat" | ||||
Description | e.g.: plot->SetTooltipLabelFormat("%l: %x, %y%") In the above case, the % character at the end of the format string is not displayed as when it is readed, it is considered escape char. On the other hand, since this is the last char, it didn't get a chance to be added back to the output string. Proposed fix: Add if (escapeNext) tooltipLabel += "%" before return tooltipLabel; inside vtkPlot::GetTooltipLabel(...) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-10-11 18:21 | Xiaofeng Z | New Issue | |||
2011-10-11 18:26 | Xiaofeng Z | Note Added: 0027563 | |||
2011-10-11 19:01 | David Cole | Note Added: 0027564 | |||
2013-06-05 18:09 | Jean-Christophe Fillion-Robin | Assigned To | => Jean-Christophe Fillion-Robin | ||
2013-06-05 18:09 | Jean-Christophe Fillion-Robin | Status | backlog => tabled | ||
2013-06-05 18:10 | Jean-Christophe Fillion-Robin | Note Added: 0030959 | |||
2013-06-05 18:10 | Jean-Christophe Fillion-Robin | Status | tabled => closed | ||
2013-06-05 18:10 | Jean-Christophe Fillion-Robin | Resolution | open => no change required | ||
2013-06-05 18:10 | Jean-Christophe Fillion-Robin | Note Edited: 0030959 | bug_revision_view_page.php?bugnote_id=30959#r616 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|