dijit.form.Slider - IE bug at 100% with DTD HTML 4.01 Transitional
Using IE 6.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
...
...
<div dojoType="dijit.form.VerticalSlider"
value="100"
maximum="100"
minimum="0"
style="height:300px;"
id="slider2">
</div>
the vertical slider is not in the correct position when set it at maximum value or drag&drop it to 100% (top position).
This bug is only with Transitional DTD, with Strict DTD it's ok.
Change History (4)
Owner: |
set to Douglas Hays
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
not sure this is critical enough for 1.0.3. Doug, can you take a look?