CB version 2.1.3
CB privacy version 5.0.0+build.2017.06.20.00.05.14.22261cce9
I have 2 things to resolve, will start a separate topic for each thing.
this is the second 'thing'
Frontend configuration:
Users have control over some fields.
Users have just 2 privacy options 'members' or 'leaders'
Users can select either one or the other or both.
The box heading either says 'members' if members only is selected by the user
The box heading says 'leaders' if leaders only is selected by the user
The box heading says 'custom' if both 'members' and 'leaders' are selected.
The problem:
It is unclear to users what privacy options they have selected.
This could either be solved by changing the word 'custom' to read 'both'
Or by dealing with a problem with the background colours that indicate 'hover' and 'selected'
The previous build of CB privacy that had a 'tick' to show an option is selected would work well.
My efforts so far:
Originally the background colour to indicate an option was 'selected' was so pale grey it was indistinguishable from the unselected option with a white background. I have changed the colour in line 767 of select2.css to make this 'selected' background colour orange, a strong colour to signal to the user that this option is now activated.
Further details about the problem:
The background colours that indicate whether text is selected or being 'hovered' over are confusing.
When the cursor moves away, the background colour does not indicate whether the option was selected or not, the background colour remains as the blue 'hover' colour.
If there were many privacy options this would not be confusing, users would realise the blue colour is just left over by the cursor, it doesn't signify anything.
With only 2 options, it results in a very confusing combination of orange, white, blue backgrounds that will confuse users. They are easily confused.
Please see attached images that show how the dropdown box looks when the cursor moves away.
For each of 3 possible privacy selections (members, leaders, both) I give 2 images, showing what happens when the cursor moves aside, one image the cursor was over 'leaders' before it moves, the other image the cursor was over 'members/registered' before it moved aside
Although each pair of boxes look very different, they actually mean the same thing in terms of privacy option selected!
Desired result A clear indication to the users telling them what privacy options they have selected.
I am happy to alter the file select2.css if you wish to give instructions so that the 'blue' hover colour becomes pale grey.
I tried editing line 771, but this alone does not solve the problem.
thank you