View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
07387Feature requestsSurvey editingpublic2013-05-24 19:00
Reporterapps Assigned To 
PrioritynormalSeverityfeature 
Status acknowledgedResolutionopen 
Summary07387: Tics for slider layout
Description

Tics (aka tic marks) should be visible under the slider bar.

See this sketch: http://img38.imageshack.us/img38/5295/10403feb10095848.gif

benefits: easy read, make it clear it's a slider with discrete values, catch where the handle is in respect to left and right limits.

Details:
type = multiple numerical input
options:
use slider layout = 1
slider min = 0
slider max = 10
slider accurancy = 1

Additional Information

A possible solution: add an option
show_tics = 0 (default). Just as it is.
show_tics = 1 : the slider shows tics under the bar, between the slider_min and the slider_max values.

TagsNo tags attached.
Bug heat6
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

Mazi

Mazi

2010-07-20 23:58

updater   ~24331

Sounds like a good improvement.

How did you add the tics at the screenshot?

c_schmitz

c_schmitz

2013-03-17 14:53

administrator   ~24728

A possible solution: http://bseth99.github.com/projects/jquery-ui/7-jquery-ui-labeled-slider.html

DenisChenu

DenisChenu

2013-05-24 19:00

developer   ~25359

Again and again a new attribute.

For Plugin system , not in core.

In 2.05
All can be done without new attribute : add 2 files in our template:

  • numeric-slider.js
  • numeric-slider.css

And you can do "What you want".

Not needed ....

Issue History

Date Modified Username Field Change
2013-03-17 14:53 c_schmitz Note Added: 24728
2013-03-17 14:54 c_schmitz Assigned To => tpartner
2013-03-17 14:54 c_schmitz Status acknowledged => assigned
2013-03-17 14:54 c_schmitz Assigned To tpartner =>
2013-03-17 14:54 c_schmitz Status assigned => acknowledged
2013-05-24 19:00 DenisChenu Note Added: 25359
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing