Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423571

Summary: [ControlDecoration] quotation marks not correct
Product: [RT] RAP Reporter: Robert Mägel <r.maegel>
Component: RWTAssignee: 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:

Description Robert Mägel CLA 2013-12-09 05:20:32 EST
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 &quot;error&quot.

Expected Results:
The shown text is "error".
Comment 1 Ivan Furnadjiev CLA 2013-12-10 03:11:34 EST
Fixed in master with commit ac850fd6d5872751c57d48f588e458ebb1c3d554.