Project:Drupal core
Version:7.x-dev
Component:base system
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)
Issue tags:D7UX, Drupal 7 priority

Issue Summary

This patch is intended to be used at the module page. #538904: D8UX: Redesign Modules Page
Basically it adds a '#slider' attribute to FAPI checkboxes which can be set to TRUE or FALSE. If set to TRUE, the checkbox will be replaced by a slider. And it's fully degradable.

NOTE:
The slider.js file should be placed in misc/.

AttachmentSizeStatusTest resultOperations
slider.js.txt9.99 KBIgnored: Check issue status.NoneNone
slider.patch2.57 KBIdleFailed: Failed to apply patch.View details | Re-test

Comments

#1

Technically this might be easiest, but this mixes client stuff unnecessary for the backend with that backend.

#2

Status:needs review» needs work

The last submitted patch failed testing.

#3

Status:needs work» closed (won't fix)

I had a little discussion with quicksketch about this slider thing. He made a good point that a mouse isn't really the right handler for slider behavior. This is more an UI element for multi-touch screens than for regular computers. I also had enough discussions with the UX team to be convinced this isn't a good idea for the module page.

Marking this as won't fix.

nobody click here