Opened 15 years ago
Closed 14 years ago
#3101 closed bug (worksforme)
Slider on Firefox 3 and Safari has display problem
Reported by: | Owned by: | paul | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the $("#TrxOptSlider").slider("moveTo", lValue) command when loading a page to set an innitial value, the slider is render out of the slider area. On the right.
This is happening only with Firefox 3 (Windows and Mac) and Safari.
I have created a very simple page to test that. I can upload it if needed.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | 1.5.2 → 1.6b |
---|
comment:2 Changed 15 years ago by
comment:4 Changed 15 years ago by
Priority: | major → minor |
---|
setTimeout(function(){ $("#TrxOptSlider").slider("moveTo", lValue)} ,10); for temp use, research on reason...
Changed 15 years ago by
comment:5 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Should work fine now.
Note: See
TracTickets for help on using
tickets.
Please upload the test case.