| Summary: | [CTabFolder] Custom variant styling on CTabITem does not set the background completely | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Nikolai Raitsev <nikolai.raitsev> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Nikolai Raitsev
I have tested the bug with RAP Version 1.3 M4 The CTabFolder frame uses the CTabFolder custom variant and not the CTabItem one. Adding the same custom variant "parent" to the CTabFolder too solves the problem. Sorry, but I cannt reproduce your solution (tryed it with 1.3.0 M5 and the RAP HEAD Version). Where I should add "parent" to CTabFolder? I have tryed both, in Java code and in style sheet, but the result is the same as described in the newsgroup. Can you provide one code snippet? Hi Nikolai, the bug is fixed in CVS HEAD. You need to add "parent" custom variant to the parent CTabFolder too like: tabFolderPrimary.setData( WidgetUtil.CUSTOM_VARIANT, "parent" ); |