Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
4 posts • Page 1 of 1
4 posts
• Page 1 of 1
uxout
Posts:82
Joined: Wed Jul 20, 2016 12:07 pm
CSS ComboBox Editable Items
Postby uxout »
Just play around with CSS and QComboBox and I can't find how to add styles to list items when the ComboBox is editable (when it is not editable, it is working as expected).
Here is a part of my CSS :
You are right, there is a pseudo state editable but it is not working as it should be.
Just done another test without [type = "xxx"] and it works correctly as expected.
Is there a bug with this attribute when working on QCombobox Editable?
I also noticed that background color doesnt work, maybe Qt bug or ETM missing implementation, best is to open bugtracker or SR if you have access. All other entries however worked fine for me.
Background is easy to solve as the background color set inside GEDI is applied to both item box and field.