Changeset 10952

Show
Ignore:
Timestamp:
10/18/07 18:04:38 (13 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.

Location:
dijit/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/Slider.js

    r10730 r10952  
    9494        _onBarClick: function(e){ 
    9595                if(this.disabled || !this.clickSelect){ return; } 
     96        dijit.focus(this.sliderHandle); 
    9697                dojo.stopEvent(e); 
    9798                var abspos = dojo.coords(this.sliderBarContainer, true); 
  • 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" 
  • dijit/trunk/tests/test_TitlePane.html

    r10409 r10952  
    3131 
    3232        <h1>Test #1: plain title pane, width=300px</h1> 
    33         <div dojoType="dijit.TitlePane" title="Title Pane #1" style="width: 300px;"> 
     33        <div id="test1" dojoType="dijit.TitlePane" title="Title Pane #1" style="width: 300px;"> 
    3434                Lorem Ipsum Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque 
    3535                iaculis, nulla id semper faucibus, pede tellus nonummy magna, vitae adipiscing 
     
    4444 
    4545        <div dojoType="dijit.TitlePane" title="Title Pane #2" id="pane_2" style="width: 300px;"> 
     46        <script type="dojo/connect" event="startup"> 
     47            alert('pane_2:startup'); 
     48        </script> 
    4649                <form> 
    4750                        Age: <input><br>