Community
Participate
Working Groups
- open controls demo with a theme that styles even listItems. - go to list. - hover some even-items: the even-state theming is gone. According to my reasearchthe "even" state itself is still there, but its never rendered.
Commited a test for this scenario in ListTest.js, there it works fine.
Fixed in CVS HEAD. The issue was not the list itself, but the new CSS3 rendering: Removing a css3-gradient resets all other background-properties aswell, and the background for a hovered list-item is a gradient.