- 
    Bug 
- 
    Resolution: Out of scope
- 
    P3: Somewhat important 
- 
    4.5.3, 4.6.2
- 
    None
- 
    Vista and Mac style specific
Stylesheet: When specifying a color for a non-editable combobox to use specifically for the hover and/or active states then it does not change the text color when Vista or Mac style is used as the base.
To reproduce use the following stylesheet for a combobox in Qt Designer:
QComboBox:!editable:active {color: red; }
QComboBox:!editable:hover {color: red; }
This works with other styles and with editable comboboxes.