| Summary: | [ControlDecoration] quotation marks not correct | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Robert Mägel <r.maegel> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.2 | ||
| Target Milestone: | 2.3 M1 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed in master with commit ac850fd6d5872751c57d48f588e458ebb1c3d554. |
Tested on: RAP 2.2 RC 1 The displayed description text of a control decoration is not correct, when the text contains quotation marks. Steps to Reproduce: Create a control decoration and set the description text: decoration.setDescriptionText("\"error\""); Actual Results: The shown text is "error". Expected Results: The shown text is "error".