- 
    Bug 
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
- 
    None
- 
    6.4.2
- 
    None
The color property is not obeyed in QComboBox::on. For example:
QComboBox {
  color: red;
}
QComboBox::on {
  color: blue;
}
The text of the combo box will be red even when it is in the 'on' state.