| Summary: | [Text] Custom variant is not respected for Text-Search-Icon/Text-Cancel-Icon | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.2 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Fixed in master with commit 04eb8f43f92c30b79d27493c3e1e2048ebc09d13. |
text.setData( RWT.CUSTOM_VARIANT, "myVariant" ); ... Text-Search-Icon.myVariant { background-image: url( images/my-image.png ); } does not work.