| Summary: | [Theming][List] Custom variant styling for lines in List do not work correctly | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Steffen Eichenberg <steffen.eichenberg> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | tbuschto | ||||||
| Version: | 1.5 | ||||||||
| Target Milestone: | 2.0 M4 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | sr152 | ||||||||
| Attachments: |
|
||||||||
Fixed with commit e865b3667958e8a6d5793e9b9097ddee304e3aff. I will attach a patch for the 1.5 branch soon. Created attachment 223513 [details]
patch for 1.5
Comment on attachment 223513 [details]
patch for 1.5
+1 patch looks good to me.
Comment on attachment 223513 [details]
patch for 1.5
+1 for the 1.5 patch
Pushed to streams/1.5-maintenance branch. commit 262a4b6eda5c7b3d681391267aa2c95adcbcb396 |
Created attachment 223448 [details] Example List to show effect For the regular variant of a list widget the theming works just fine. For a custom variant, the background color of a list item is only used for the initial lines in a list. When adding lines later to the list, they do not get the color of the variant but of the standard theming instead.