Changed .form-radios to .form-checkboxes in Search form section of css

Comments

gábor hojtsy’s picture

Status: Fixed » Needs work

This was debated in great length. We don't need to follow the prototype to the letter, when it does not make sense, and this was one of the cases. Assuming you talk about the header search form. If you can select multiple elements, you should be able to select multiple elements on the faceted search links (which are displayed as arrows in the sidebar). However, there is no concept there to select multiple elements, and this is clearly reflected in the individual search page mockup. So technically it is not possible to match those checkboxes to other UI concepts on the search page. This was discussed in detail by Damien and others in Paris and was discussed with Mark Boulton in DC. So not at all sure, you are going into the right direction.

courtney’s picture

This issue is specifically for the header search form. I'm not sure who made the decision, but the search output was changed from radios to checkboxes, and then lost the style since the classes no longer matched what was being styled in styles.css - so this issue was to update styles.css to match the output.

I'll try to find out who was involved in the discussion/decision to make the change at the sprint this week and point them to this issue.

courtney’s picture

I have updated styles.css to change form-checkboxes back to form-radios. There still needs to be an update to the drupalorg_search.module to undo the update that was made to change the output to checkboxes.

courtney’s picture

Status: Needs work » Closed (fixed)

I have updated the drupalorg_search.module to change the form option back to radios.

ceardach’s picture

Status: Closed (fixed) » Active

I'm still seeing checkboxes instead of radios in the header search form.

lisarex’s picture

Project: Drupal.org infrastructure » Bluecheese
Component: Drupal.org theme » Code

Moving to the Blue Cheese project. :)

drumm’s picture

Status: Active » Closed (works as designed)

We'll leave the prototype as-is. Also radios on redesign.drupal.org are fine.