Show
Ignore:
Timestamp:
10/18/07 18:04:38 (15 months ago)
Author:
ktiedt
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/test_Slider.html

    r10848 r10952  
    3434                Also try using the arrow keys, buttons, or clicking on the progress bar to move the slider. 
    3535                <br> 
    36                 <br>initial value=10, min=0, max=100, onChange event triggers input box value change immediately<br> 
     36                <br>initial value=10, min=0, max=100, pageIncrement=100, onChange event triggers input box value change immediately<br> 
    3737 
    3838                <div dojoType="dijit.form.HorizontalSlider" name="horizontal1" 
     
    4141                        maximum="100" 
    4242                        minimum="0" 
     43            pageIncrement="100" 
    4344                        showButtons="false" 
    4445                        intermediateChanges="true"