#1477 closed defect (fixed)
Slider widget doesn't work in Safari
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | widget slider safari | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
The Slider widget doesn't seem to work in Safari. It renders OK, but dragging the thumb or clicking on the arrows has no effect. Mac OS X v10.4.7. I'm testing with the following HTML: <html> <head>
<title>Widgets & namespaces</title> <script type="text/javascript">
var djConfig = {
isDebug: true
};
</script> <script language="javascript" type="text/javascript" src="lib/dojo.js"></script>
</head> <body> <script language="javascript" type="text/javascript">
dojo.require("dojo.widget.Slider");
</script>
<div
id="prioritySlider" dojoType="SliderHorizontal?" minimumX="0" maximumX="100"
</div>
</body> </html>
Attachments (1)
Change History (11)
comment:1 Changed 16 years ago by
Cc: | [email protected]… added |
---|
comment:2 Changed 16 years ago by
Cc: | [email protected]… [email protected]… added |
---|---|
Owner: | changed from bill to Douglas Hays |
comment:3 Changed 16 years ago by
Owner: | changed from Douglas Hays to Adam Peller |
---|
comment:4 Changed 16 years ago by
Tried the supplied patch on the latest SVN and the test file originally submitted. It's definitely better: the thumb now moves when you drag it. However, there are still issues in Safari:
- When you first grab the thumb, it jumps about 20px to the left.
- When you start moving the thumb it jumps another 5px or so left (regardless of drag direction).
- Clicking in the track does cause the thumb to jump into position, but it jumps about 20px left of where you click.
- Whereas in Firefox the thumb appears directly on top of (overlaying) the track, in Safari it appears above the track, with only 2-3px of overlap between the bottom of the thumb and the top of the track.
comment:5 Changed 16 years ago by
Milestone: | → 0.4 |
---|---|
Version: | 0.4 → 0.3 |
comment:6 Changed 16 years ago by
Owner: | changed from Adam Peller to Douglas Hays |
---|
comment:7 Changed 16 years ago by
Cc: | [email protected]… removed |
---|---|
Status: | new → assigned |
Please verify with the updated patch.
comment:8 Changed 16 years ago by
Hmm...unless I'm missing something the new patch has the same effect as the old one.
comment:9 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Please verify with the attached patch file.