Ticket #4775 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Slider: page up/down increment too small

Reported by: ptbrunet Owned by: doughays
Priority: normal Milestone: 1.0
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc: brunet@…

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

Changed 10 months ago by tk

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?

Changed 10 months ago by tk

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)

Changed 10 months ago by ptbrunet

It would be nice if the default increment for page up/down was something like 10% of the max range.

Changed 10 months ago by peller

  • owner set to doughays

bug? enhancement? feature? 1.0?

Changed 10 months ago by ktiedt

  • status changed from new to closed
  • resolution set to fixed

(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.

Changed 10 months ago by bill

(In [10960]) Fix tabbing. refs #4775, #4754, #4781.

Note: See TracTickets for help on using tickets.