#4775 closed defect (fixed)
Slider: page up/down increment too small
Reported by: | ptbrunet | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Open .../dijit/tests/form/test_Slider.html and use pageup/down on the first slider. The increment should be a lot larger.
Change History (7)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Although, that feature is missing a test case... so that would definately be a good reason for it (checked the rest of the test cases a bit too late)
comment:3 Changed 13 years ago by
It would be nice if the default increment for page up/down was something like 10% of the max range.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10952]) fixes #4775 fixes #4754 refs #4781 updated test file for the first ticket... and added dijit.focus() call to onBarClick function for 2nd ticket... third ticket I believe might be a bug in dijit.focus() test it out by loading test_Slider.html and then doing dijit.byId('slider1').focus() it flashes focused and then unfocused.
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Is there a particular reason for this? Its a test file, the value is changable via options, but why should this be considered a defect in the test file?