| Summary: | TreeItem displays HTML entities after drag start in IE | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Krüger <webmaster> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | tbuschto |
| Version: | 1.5 | ||
| Target Milestone: | 2.1 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Markus Krüger
Fixed with commit fe7469eefd72c111e5304c7ef721e47ce8674e03. The entities were escaped implicitly and permanently to render the drag feedback widget, an then again by IE's innerText property. (Other browser use innerHTML). |