Feature #1587

Test Checks & Restrictions should not be displayed if it not possible to select any items

Added by Giulio Moro about 8 years ago. Updated about 8 years ago.

Status:ResolvedStart date:2016-02-20
Priority:LowDue date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

What is the purpose of displaying a page full of checkboxes which cannot be clicked (as in the case of the "AB" test).
We could either skip the page altogether, or add a note "none of these options are available for this interface"

History

#1 Updated by Giulio Moro about 8 years ago

Also because when all the boxes are greyed out, it is not straightforward to tell that they are all disabled, as you do not see the visual contrast with a box that is active.

#2 Updated by Nicholas Jillings about 8 years ago

It was decided that rather than skip options, to present them to highlight that they are not available with this interface. Styling could be improved yes

#3 Updated by Giulio Moro about 8 years ago

wrt styling, I use

input:disabled+span{
    text-decoration: line-through;
}

and it looks nice

#4 Updated by Nicholas Jillings about 8 years ago

Agreed, very clear way to show it. Included in style.css, along with the other ones you put in (especially like the colour schemes).

#5 Updated by Nicholas Jillings about 8 years ago

  • Status changed from New to Resolved

Also available in: Atom PDF