Posted by skilip on September 1, 2009 at 2:57pm
Jump to:
| 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/.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| slider.js.txt | 9.99 KB | Ignored: Check issue status. | None | None |
| slider.patch | 2.57 KB | Idle | Failed: 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
The last submitted patch failed testing.
#3
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.