#9580 closed defect (fixed)
Slider in release 1.1.1 now woring as expected for IE
Reported by: | vinay chaudhary | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Slider | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
I am having slider inside a TD tag which is having the property bgcolor"#FFFFFF". It is coming perfectly in Mozilla and safari. But the same code is given problem in both IE6 and IE 7. Please find the sample code below:
''<td width="567" valign="top" bgcolor="blue"> <h1 class="testTitle">Slider</h1> Also try using the arrow keys, buttons, or clicking on the progress bar to move the slider. <br> <!-- to test form submission, you'll need to create an action handler similar to http://www.utexas.edu/teamweb/cgi-bin/generic.cgi --> <form id="form1" action="" name="example" method="post"> <br>initial value=10, min=0, max=100, pageIncrement=100, onChange event triggers input box value change immediately<br> <div dojoType="dijit.form.HorizontalSlider" name="horizontal1" onChange="dojo.byId('slider1input').value=dojo.number.format(arguments[0]/100,{places:1,pattern:'#%'});" value="10" maximum="100" minimum="0" pageIncrement="100" showButtons="false" intermediateChanges="true" style="width:50%; height: 20px;" id="slider1"> <ol dojoType="dijit.form.HorizontalRuleLabels" container="topDecoration" style="height:1.2em;font-size:75%;color:gray;" count="6" numericMargin="1"></ol> <div dojoType="dijit.form.HorizontalRule" container="topDecoration" count=6 style="height:5px;"></div> <div dojoType="dijit.form.HorizontalRule" container="bottomDecoration" count=5 style="height:5px;"></div> <ol dojoType="dijit.form.HorizontalRuleLabels" container="bottomDecoration" style="height:1em;font-size:75%;color:gray;"> <li>lowest</li> <li>normal</li> <li>highest</li> </ol> </div> Slider1 Value:<input readonly id="slider1input" size="4" value="10.0%"> <br> <button id="disableButton" dojoType="dijit.form.Button" onClick="dijit.byId('slider1').setAttribute('disabled', true);dijit.byId('disableButton').setAttribute('disabled',true);dijit.byId('enableButton').setAttribute('disabled',false);">Disable previous slider</button> <button id="enableButton" dojoType="dijit.form.Button" onClick="dijit.byId('slider1').setAttribute('disabled',false);dijit.byId('disableButton').setAttribute('disabled',false);dijit.byId('enableButton').setAttribute('disabled', true);" disabled>Enable previous slider</button> <br> </td>''
Change History (5)
comment:1 follow-up: 3 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
Priority: | high → normal |
severity: | major → normal |
Version: | 1.3.1 → 1.1.1 |
comment:2 Changed 11 years ago by
This is working fine in release 1.3.1. But i can only use release 1.1.1 as that is the standard version that we are following. Can you please tell me what should i modify so that this works for release 1.1.1?
comment:3 Changed 11 years ago by
Replying to peller:
have you checked to see if this is working in the current release? We're unlikely to provide a new 1.1 release.
This is working fine in release 1.3.1. But i can only use release 1.1.1 as that is the standard version that we are following. Can you please tell me what should i modify so that this works for release 1.1.1?
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.3 |
Resolution: | → fixed |
Status: | new → closed |
Sorry, we don't remember what changed. You should really upgrade to 1.3, and if you can't, then either look at the SVN logs (for Slider.js etc.) or do a binary search of checkins on trunk (between 1.1 and 1.3) to see what revision fixed thex problem.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
have you checked to see if this is working in the current release? We're unlikely to provide a new 1.1 release.